Description #
This action runs after rendering the conversational frame footer.
/*
* Source Action
*/
do_action('fluentform/conversational_frame_head');
Usage #
add_action('fluentform/conversational_frame_footer', 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/public/conversational-form.php