Disable the grace period in autoresponders in Mailster on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'mailster_autoresponder_grace_period', '__return_false' );
Disable the grace period in autoresponders in Mailster on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'mailster_autoresponder_grace_period', '__return_false' );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.