Description #
This action fires when loading the form asset.
/*
* Source Action
*/
do_action('fluentform/load_form_assets', $formId);
Usage #
add_action('fluentform/load_form_assets', function ($formId)
{
// 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/Modules/Widgets/OxygenWidget.php, fluentformpro/src/classes/SharePage/SharePage.php, fluentform/app/Hooks/actions.php