Created
May 14, 2018 16:02
-
-
Save jamesgol/09f94c4566c5b45a0509736940e54cb4 to your computer and use it in GitHub Desktop.
Pods form message filter
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
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