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