WordPress Membership Plugin
Awesome, thanks.
Can I just add to this thread, as I have been confused too. There doesn’t seem to be anywhere where I can see an expiry date on a user membership. From what is said above it appears that if a user renews for 12 months after 9 months then their expiry is then 15 months from the payment date. Is that correct? If so, would it be possible to expose this somehow in the admin panel?
Likewise, if someone is taking payments manually and this same thing happens, how can they set the expiry to be 12 months after the current end date (for an annual membership)?
I hope this was clear… loving this plugin, just a few niggles 🙂
Hi,
I have figured it out, seems the plugin uses the wp-cron method and activates the subscription changes once per day. This is fine in practice but caught me out in testing. I used a plugin to change this to once per hour (for testing) and it works fine now.
Thanks,
Jim