View Categories

fluentform/before_tools_container

Table of Contents

Description #

This action runs before rendering the tools page container.

/*
* Source Action
*/
do_action('fluentform/before_tools_container');

Usage #

add_action('fluentform/before_tools_container', function ()
{
   // Do your stuffs here
}, 10, 0);

This code should be placed in the functions.php file of your active theme.

Source Code #

This action is located in fluentform/app/Views/admin/tools/index.php