Description #
This action fires on each global settings component. For example reCaptcha
/*
* Source Action
*/
do_action('fluentform/global_settings_component_' . $currentComponent);
Usage #
add_action('fluentform/global_settings_component_reCaptcha', function ()
{
// Do your stuffs here
}, 10, 1);
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