Table of Contents
Description #
This action runs after generating the style meta for the form.
/*
* Source Action
*/
do_action('fluentform_after_style_generated',$formId);
Usage #
add_action('fluentform_after_style_generated', function ( $formId )
{
// Do your stuffs here
}, 10, 1);
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/transfer/index.php