View Categories

fluentform/global_menu

Table of Contents

Description #

This action runs before rendering the admin menu.

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

Usage #

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

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

Source Code #

This hook is located in all admin view index files such app/Views/admin/**/*.php