View Categories

fluentform/scripts_registered

Table of Contents

Description #

This action fires after fluentform scripts are registered.

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

Usage #

add_action('fluentform/scripts_registered', 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/app/Modules/Component/Component.php