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/boot/app.php