Description #
After rendering the form settings page this hook is available.
/*
* Source Action
*/
do_action('fluentform/after_global_settings_wrapper');
Usage #
add_action('fluentform/after_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 hook is located in /fluentform/resources/views/admin/form/settings.php