Hi Max
Thank you for choosing Paid Memberships Pro
Yes, you can create once off levels that and set an expiration date on them for 7/30/90 days to ensure that automatically expire then. Stripe and PayPal are both supported when setting up once off levels.
Hi Jarryd,
That’s brilliant! Would I also be able to allocate such level to every new WordPress subscriber by default (as an incentive)? Would that require any additional add-ons?
Regards
Max
Hi Max
No Add On’s will be required, only a short code recipe that you can use which will automatically assign a level to a member upon registration here:
https://gist.github.com/andrewlimaza/563be9bf3a0b369fa3747ec78cad1513
Hi Jarryd,
That works perfectly. Since it will be a default level for ale new subscribers I would like it to be hidden one the front-end. Keep things simple.
Will “Check to hide this level from the membership levels page and disable registration.” prevent the level from being assigned to all new subscribers?
Is there a code snippet to hide a level (front-end) only?
Regards
Max
So glad to hear, Max.
I’d recommend taking a look at the pmpro_levels_array
filter (https://www.paidmembershipspro.com/hook/pmpro_levels_array/).
You can remove that level from the list in this filter.
I hope this helps?