after_menu_locations_table

after_menu_locations_table

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('after_menu_locations_table') is found 1 times:

  • /wp-admin/nav-menus.php line 937
    933
    934
    935
    936
    937
    938
    939
    940
    941
    942
    943
         * 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.' ); ?>