Created
October 8, 2022 05:21
-
-
Save aimahdi/1ea9df33a55d45060a587b49a0ca2af7 to your computer and use it in GitHub Desktop.
Change press to select text
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_global_form_vars', function ($arr) { | |
$target_form_id = 170; | |
$arr['choice_js_vars']['itemSelectText'] = 'drücken, um auszuwählen'; | |
return $arr; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment