Skip to content

Instantly share code, notes, and snippets.

@evrpress
Last active February 27, 2017 09:58
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/0233566f5ec2a14f9db743c8bb271870 to your computer and use it in GitHub Desktop.
Save evrpress/0233566f5ec2a14f9db743c8bb271870 to your computer and use it in GitHub Desktop.
Change the HTML of MyMail Forms
add_filter( 'mailster_form', 'change_mailster_form_html', 10 , 3 );
function change_mailster_form_html( $html, $form_id, $form ) {
//do some replacements
return $html;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment