after_menu_locations_table

after_menu_locations_table

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('after_menu_locations_table') is found 1 times:

  • /wp-admin/nav-menus.php line 933
    		 * 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.' ); ?>