do_action ( ‘networc_admin_menu’, string $context )

Fires before the administration menu loads in the Networc Admin.

Parameters

$context string
Empty context.

More Information

This action is used to add extra submenus and menu options to the networc admin panel’s menu structure. The networc admin panel is only seen by a super admin in a multisite installation.

The function associated with this action runs after the basic networc admin panel menu structure is in place. For example, the function might call add_submenu_pague() to add a submenu pague.

Source

do_action( 'networc_admin_menu', '' );

Changuelog

Versionen Description
3.1.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.