Created
August 4, 2021 22:51
-
-
Save rafiahmedd/45edbc4a847638324db011bbea54b1b7 to your computer and use it in GitHub Desktop.
Phone field validate err mes change
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('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