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 action is located in fluentformpro/src/classes/FormStyler.php