Skip to content

Instantly share code, notes, and snippets.

@aimahdi
Created October 8, 2022 05:21
Show Gist options
  • Save aimahdi/1ea9df33a55d45060a587b49a0ca2af7 to your computer and use it in GitHub Desktop.
Save aimahdi/1ea9df33a55d45060a587b49a0ca2af7 to your computer and use it in GitHub Desktop.
Change press to select text
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