Description #
This action fires on each global settings component before rendering the page.
/*
* Source Action
*/
do_action('fluentform/before_global_settings_option_render');
Usage #
add_action('fluentform/before_global_settings_option_render', function ()
{
// 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/resources/views/admin/settings/settings.php