Table of Contents
Description #
This filter is available before loading fluentform styles.
apply_filters('fluentform_load_styles', false, $post);
Usage #
add_filter('fluentform_load_styles', function($status, $form){
return true;
}, 10, 2);
Parameters #
- $form (object) The $form Object
- $status (boolean) Status
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in app/Modules/Component/Component.php