Description #
This filter returns the input element settings components. Check the source file for details.
apply_filters('fluentform/editor_element_customization_settings', $element_customization_settings);
Usage #
add_filter('fluentform/editor_element_customization_settings', function ($settings) {
// Do your stuff
return $settings;
}, 10, 1);
Parameters #
- $settings (array) Element Settings
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in FluentForm\App\Services\FormBuilder\ElementCustomization.php