Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strangerstudios/f1864678c6653b6612a4209589b73263 to your computer and use it in GitHub Desktop.
Save strangerstudios/f1864678c6653b6612a4209589b73263 to your computer and use it in GitHub Desktop.
Disable the PMPro Expiration Warning Emails
add_filter('pmpro_send_expiration_warning_email', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment