Created
July 28, 2021 10:54
-
-
Save reachkamrul/11705085ac9a9d69b8645d3bc20a61b5 to your computer and use it in GitHub Desktop.
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_response_render_input_password', function($response_field_key, $field, $formId, $isHtml){ | |
$hash = str_repeat("*", strlen($response_field_key)).' '. __('(truncated)', 'fluentform'); | |
return $hash; | |
} , 10, 4); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment