woocommerce_navigation_menu_category_items

woocommerce_navigation_menu_category_items

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_navigation_menu_category_items') is found 1 times:

  • /src/Admin/Features/Navigation/Menu.php line 733
    				$category_menu_items[] = self::$menu_items[ $id ];
    			}
    		}
    
    		return apply_filters( 'woocommerce_navigation_menu_category_items', $category_menu_items );
    	}
    
    	/**
    	 * Get registered callbacks.
    	 *
    	 * @return array