You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user checks out for a 30 day membership and there is a 90 day warning period set up, it does not make sense to send them the 90 day warning email.
This can probably be avoided by either setting the pmpro_expiration_notice_{$days} meta when they get a level or by checking mu.startdate in the query that determines which emails are being sent.
The text was updated successfully, but these errors were encountered:
If a user checks out for a 30 day membership and there is a 90 day warning period set up, it does not make sense to send them the 90 day warning email.
This can probably be avoided by either setting the
pmpro_expiration_notice_{$days}
meta when they get a level or by checkingmu.startdate
in the query that determines which emails are being sent.The text was updated successfully, but these errors were encountered: