Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Created July 28, 2021 10:54
Show Gist options
  • Save reachkamrul/11705085ac9a9d69b8645d3bc20a61b5 to your computer and use it in GitHub Desktop.
Save reachkamrul/11705085ac9a9d69b8645d3bc20a61b5 to your computer and use it in GitHub Desktop.
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