Skip to content

Instantly share code, notes, and snippets.

@jamesgol
Created May 14, 2018 16:02
Show Gist options
  • Save jamesgol/09f94c4566c5b45a0509736940e54cb4 to your computer and use it in GitHub Desktop.
Save jamesgol/09f94c4566c5b45a0509736940e54cb4 to your computer and use it in GitHub Desktop.
Pods form message filter
add_filter( 'pods_pod_form_success_message', 'jmg_success_message' );
function jmg_success_message( $message ) {
return 'So long and thanks for all the fish!';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment