Description #
apply_filters('fluentform/will_return_html', false, $provider, $key);
Usage #
add_filter('fluentform/will_return_html', function ($status, $provider, $key) {
// Do your stuff
return status;
}, 10, 3);
Parameters #
- $status (boolean)
- $provider (array)
- $key (string)
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 -> buildFormBody($form)