woocommerce_navigation_menu_items

woocommerce_navigation_menu_items

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_navigation_menu_items') is found 1 times:

  • /src/Admin/Features/Navigation/Menu.php line 711
    	 *
    	 * @return array
    	 */
    	public static function get_items() {
    		return apply_filters( 'woocommerce_navigation_menu_items', self::$menu_items );
    	}
    
    	/**
    	 * Get registered menu items.
    	 *
    	 * @return array