Table of Contents
Description #
This action runs before rendering the form styler.
/*
* Source Action
*/
do_action('fluentform_form_styler',$form_id);
Usage #
add_action('fluentform_form_styler', function ($form_id)
{
// 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/frameless/show_review.php