Hi there!
My client wants a class that has different topics every month.
You'll see more content each day of this class.
As the example for content dripping:
<?php if(S2MEMBER_CURRENT_USER_PAID_REGISTRATION_DAYS >= 10){ ?>
Drip content to Members that started paying you at least 10 days ago.
<?php } ?>
But what if I want my members to see this content after 10 days if it's JUNE....and something else if it's JULY or any other month???
Is there a way to do this???
/Malin