adminmenu WordPress Action Hook

The adminmenu hook allows you to add custom menus to the WordPress admin panel. This hook is fired before the default menus are added, so you can use it to add your own custom menus.

do_action( 'adminmenu' ) #

Fires after the admin menu has been output.


Source

File: wp-admin/menu-header.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
2.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.