Skip to content

Instantly share code, notes, and snippets.

@rafiahmedd
Created August 4, 2021 22:51
Show Gist options
  • Save rafiahmedd/45edbc4a847638324db011bbea54b1b7 to your computer and use it in GitHub Desktop.
Save rafiahmedd/45edbc4a847638324db011bbea54b1b7 to your computer and use it in GitHub Desktop.
Phone field validate err mes change
add_filter('fluentform_validation_message_phone_valid_phone_number', function($msg){
$msg = "Err";
return $msg;
},10,1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment