View Categories

fluentform/after_editor_start

Table of Contents

Description #

This action runs after the fluent form editor wrapper. If you need to do anything in the background you can use this action.

do_action('fluentform/after_editor_start');

Usage #

add_action('fluentform/after_editor_start', 'custom_function', 10, 0);

function custom_function()
{
   // Do your stuff here
}

Source Code #

This hook is located in fluentform/app/Views/admin/form/editor.php