Description #
This action runs before rendering the all entries page.
/*
* Source Action
*/
do_action('fluentform/before_all_entries_render');
Usage #
add_action('fluentform/before_all_entries_render', function ()
{
// Do your stuffs here
}, 10, 2);
This code should be placed in the functions.php file of your active theme.
Source Code #
This hook is located in fluentform/app/views/admin/all_entries.php