View Categories

fluentform/conversational_frame_head

Table of Contents

Description #

This action runs after rendering the conversational frame header.

/*
* Source Action
*/
do_action('fluentform/conversational_frame_head');

Usage #

add_action('fluentform/conversational_frame_head', 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