woocommerce_taxonomy_objects_product_cat

woocommerce_taxonomy_objects_product_cat

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_taxonomy_objects_product_cat') is found 1 times:

  • /includes/class-wc-post-types.php line 89
    		);
    
    		register_taxonomy(
    			'product_cat',
    			apply_filters( 'woocommerce_taxonomy_objects_product_cat', array( 'product' ) ),
    			apply_filters(
    				'woocommerce_taxonomy_args_product_cat',
    				array(
    					'hierarchical'          => true,
    					'update_count_callback' => '_wc_term_recount',
    					'label'                 => __( 'Categories', 'woocommerce' ),