Table of Contents
Description #
This filter checks if the entry should be marked auto as read.
apply_filters('fluentform_auto_read', true, $form)
Usage #
add_filter('fluentform_auto_read', function() {
return $false;
});
Parameters #
- $status (boolean) Form Labels
- $form (object) Form Object
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in app/Modules/Entries/Entries.php