wc_product_post_type_link_product_cat

wc_product_post_type_link_product_cat

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('wc_product_post_type_link_product_cat') is found 1 times:

  • /includes/wc-product-functions.php line 236
    				'parent'  => 'DESC',
    				'term_id' => 'ASC',
    			)
    		);
    		$category_object = apply_filters( 'wc_product_post_type_link_product_cat', $terms[0], $terms, $post );
    		$product_cat     = $category_object->slug;
    
    		if ( $category_object->parent ) {
    			$ancestors = get_ancestors( $category_object->term_id, 'product_cat' );
    			foreach ( $ancestors as $ancestor ) {
    				$ancestor_object = get_term( $ancestor, 'product_cat' );