Created
March 8, 2016 03:53
-
-
Save mintplugins/fc442359a8cd341acea3 to your computer and use it in GitHub Desktop.
MP Stacks - Custom Password Message
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
function my_custom_mp_stacks_password_message(){ | |
return 'Your Custom Message Here'; | |
} | |
add_filter( 'mp_stacks_password_message', 'my_custom_mp_stacks_password_message' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment