Table of Contents
Description #
This filter returns the input element settings components. Check the source file for details.
apply_filters('fluent_editor_element_customization_settings', $element_customization_settings);
Usage #
add_filter('fluent_editor_element_customization_settings', function ($settings) {
//do your stuff
return $settings;
});
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 app/Services/FormBuilder/ElementCustomization.php