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 mintplugins/fc442359a8cd341acea3 to your computer and use it in GitHub Desktop.
Save mintplugins/fc442359a8cd341acea3 to your computer and use it in GitHub Desktop.
MP Stacks - Custom Password Message
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