Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Created March 3, 2021 16:52
Show Gist options
  • Save reachkamrul/e1e5013a0550b8b33baef5f459013281 to your computer and use it in GitHub Desktop.
Save reachkamrul/e1e5013a0550b8b33baef5f459013281 to your computer and use it in GitHub Desktop.
add_filter('fluentform_itl_options', 'placeholder',10,3);
function placeholder($itlOptions, $data, $form){
$itlOptions =[
'autoPlaceholder' => 'off'
];
return $itlOptions;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment