Skip to content

Instantly share code, notes, and snippets.

@sareiodata
Created September 11, 2013 10:50
Show Gist options
  • Save sareiodata/6522017 to your computer and use it in GitHub Desktop.
Save sareiodata/6522017 to your computer and use it in GitHub Desktop.
// hide the confirmation email.
function hideEC($oldString, $checked){
return '';
}
add_filter ('wppb_register_confirmation_email_form', 'hideEC', 10, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment