• I Have mulit teach video page on my website,I set the different membership to every page.
    And now I want add memberships for my user ,and set different expiry date for every user on same one membership.
    example: membership Gold have three user , user A expiry date is 2019/02/02;user B expiry date is 2019/03/03;user C expiry date is 2019/05/05

    How can I set expiry date for every user?
    If I need custom code, How do to this custom?

Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    Currently, you can’t set an expiration date directly. But that is being added to the wpmem_set_user_product() function in the next release. Right now, that function allows you to set a user to be able to access a product. If the product is an expiration product, it will set the user’s expiration date to now + the time period. The next release will add the ability to set a specific date using the function.

    In the meantime, it is in the development version that is available on github:
    https://github.com/butlerblog/wp-members

Viewing 1 replies (of 1 total)
  • The topic ‘How do set expiry date to every members?’ is closed to new replies.