Last active
February 27, 2017 09:55
-
-
Save evrpress/65ebedde176954e2727e49a48fee906a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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