Table of Contents
Description #
apply_filters('ff_will_return_html', false, $provider, $key);
Usage #
add_filter('ff_will_return_html', function ($status, $provider, $key) {
return true;
}, 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 app/Services/FormBuilder/ShortCodeParser.php