Table of Contents
Description #
This filter returns the nonce error message. Use this to change the error message.
apply_filters('fluentform_nonce_error', __('Nonce verification failed, please try again.', 'fluentform'));
Usage #
add_filter('fluentform_nonce_error', function(){
return 'Nonce verification failed, please try again.';
});
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in app/Modules/Acl/Acl.php