woocommerce_navigation_post_types

woocommerce_navigation_post_types

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_navigation_post_types') is found 1 times:

  • /src/Admin/Features/Navigation/Screen.php line 72
    	/**
    	 * Returns an array of registered post types.
    	 */
    	public static function get_post_types() {
    		return apply_filters( 'woocommerce_navigation_post_types', self::$post_types );
    	}
    
    	/**
    	 * Returns an array of registered post types.
    	 */
    	public static function get_taxonomies() {