Fires after the admin menu has been output.
wp-admin/menu-header.php:308
View on Trac ↗View on GitHub ↗
302_wp_menu_output( $menu, $submenu );303/**304 * Fires after the admin menu has been output.305 *306 * @since 2.5.0307 */308do_action( 'adminmenu' );309 310?>311</ul>312</div>313</div>314
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.