Created
March 3, 2021 16:52
-
-
Save reachkamrul/e1e5013a0550b8b33baef5f459013281 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_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