do_action( ‘_network_admin_menu’ )

In this article

Fires before the administration menu loads in the Network Admin.

Description

The hook fires before menus and sub-menus are removed based on user privileges.

More Information

This action could be used to modify the menu in the network admin panel. It runs before the basic network admin panel menu structure is complete. It is more usual to use the network_admin_menu action to modify the menu after it is complete.

Source

do_action( '_network_admin_menu' );

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

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