Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ben Huson

    (@husobj)

    Do you know if there is a specific hook/action that is called when a new user is created via the WP members plugin?

    If so you could then set an expire date for the user. Refer to the Expire_User class.

    1. Create a new Expire_User( $user_id )
    2. set_expire_time_in_future() or set_expire_date() or set_expire_timestamp()
    3. Use Expire_User->save_user();

    Hi Strangebiscuit. I’m in exactly your situation as regards WP Members. Was just wondering if you had managed to solve this and, if so, how? Many thanks in advance for any help.

    If you require assistance then, as per the Forum Welcome, please post your own topic instead of tagging onto someone else’s topic.

    I am now closing this 9 month old topic as it references an older version of WordPress.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can it work with a plugin like WP-members?’ is closed to new replies.