Table of Contents
Description #
This action fires after fluentform plugin is loaded.
/*
* Source Action
*/
do_action('fluentform_loaded');
Usage #
add_action('fluentform_loaded', 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/framework/Foundation/Bootstrap.php