Description #
This action runs after rendering the all entries page.
/*
* Source Action
*/
do_action('fluentform/after_all_entries_render');
Usage #
add_action('fluentform/after_all_entries_render', function ()
{
// Do your stuffs here
}, 10, 0);
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