Table of Contents
Description #
This filter checks if the form submission should verify the nonce security check. For frontend submission, this is turned off by default, which can be turned on by this filter.
apply_filters('fluentform_nonce_verify', false, $formId);
Usage #
add_filter('fluentform_nonce_verify', function () {
// do your stuff
return true
}, 10, 1);
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in resources/views/email/template/styles.php