View Categories

fluentform/after_global_settings_option_render

Table of Contents

Description #

This hook is available before rendering the global settings options page. For 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