woocommerce_navigation_taxonomies

woocommerce_navigation_taxonomies

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_navigation_taxonomies') is found 1 times:

  • /src/Admin/Features/Navigation/Screen.php line 79
    	/**
    	 * Returns an array of registered post types.
    	 */
    	public static function get_taxonomies() {
    		return apply_filters( 'woocommerce_navigation_taxonomies', self::$taxonomies );
    	}
    
    	/**
    	 * Check if we're on a WooCommerce page
    	 *
    	 * @return bool