Table of Contents	
	
Description #
This action runs before rendering the tools wrapper.
/*
* Source Action
*/
do_action('fluentform/before_tools_wrapper');Usage #
add_action('fluentform/before_tools_wrapper', function ()
{
   // Do your stuffs here
}, 10, 1);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

