View Categories

fluentform/after_tools_wrapper

Table of Contents

Description #

This action runs after rendering the tools wrapper.

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

Usage #

add_action('fluentform/after_tools_wrapper', 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