Description #
This action fires after fluentform plugin is loaded.
/*
* Source Action
*/
do_action('fluentform/pre_load_scripts', $post);
Usage #
add_action('fluentform/pre_load_scripts', function ($post)
{
// Do your stuffs here
}, 10, 1);
This code should be placed in the functions.php file of your active theme.
Source Code #
This hook is located in fluentform/app/Modules/Component/Component.php