Description #
This filter checks if the no conflict mode is enabled.
apply_filters('fluentform/skip_no_conflict', $isSkip);
Usage #
The following would apply to all forms:
add_filter('fluentform/skip_no_conflict', function($isSkip){
return $isSkip;
}, 10, 1);
Parameters #
- $isSkip (boolean) No conflict mode Status
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in FluentForm\App\Hooks\actions.php