View Categories

fluentform/before_global_settings_wrapper

Table of Contents

Description #

Before rendering the form global settings page this hook is available.

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

Usage #

add_action('fluentform/before_global_settings_wrapper', function ()
{
   // Do your stuffs here
}, 10, 0);

This code should be placed in the functions.php file of your active theme.

Source Code #

This action is located in fluentform/app/Views/admin/settings/index.php