Skip to content

Instantly share code, notes, and snippets.

@evrpress
Last active February 27, 2017 09:55
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 evrpress/65ebedde176954e2727e49a48fee906a to your computer and use it in GitHub Desktop.
Save evrpress/65ebedde176954e2727e49a48fee906a to your computer and use it in GitHub Desktop.
add_filter( 'mailster_verify_subscriber', 'my_mailster_verify_subscriber' );
function my_mailster_verify_subscriber( $entry ) {
//verify subscriber with custom methods
return $entry;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment