Table of Contents
Description #
This hook is available before rendering the global settings option page. Fore example Custom CSS/JS page.
/*
* Source Action
*/
do_action('fluentform_after_global_settings_option_render');
Usage #
add_action('fluentform_after_global_settings_option_render', 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/resources/views/admin/settings/settings.php