walker_nav_menu_start_el

walker_nav_menu_start_el

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('walker_nav_menu_start_el') is found 1 times:

  • /wp-includes/class-walker-nav-menu.php line 303
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
         * @param WP_Post  $menu_item   Menu item data object.
         * @param int      $depth       Depth of menu item. Used for padding.
         * @param stdClass $args        An object of wp_nav_menu() arguments.
         */
        $output .= apply_filters( 'walker_nav_menu_start_el', $item_output, $menu_item, $depth, $args );
    }
     
    /**
     * Ends the element output, if needed.
     *
     * @since 3.0.0

See this hook used in plugins: