Fires after the menu locations table is displayed.
wp-admin/nav-menus.php:939file scope <?php /** * Fires after the menu locations table is displayed. * * @since 3.6.0 */ do_action( 'after_menu_locations_table' ); ?> <?php else : ?> <div class="manage-menus"> <?php if ( $menu_count < 1 ) : ?> <span class="first-menu-message"> <?php _e( 'Create your first menu below.' ); ?>Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.