woocommerce_structured_data_product_offer, $markup_offer, $product

woocommerce_structured_data_product_offer, $markup_offer, $product

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_structured_data_product_offer, $markup_offer, $product') is found 1 times:

  • /includes/class-wc-structured-data.php line 464
    			) {
    				$markup_offer['priceCurrency'] = $currency;
    			}
    
    			$markup['offers'] = array( apply_filters( 'woocommerce_structured_data_product_offer', $markup_offer, $product ) );
    		}
    
    		if ( $product->get_rating_count() && wc_review_ratings_enabled() ) {
    			$markup['aggregateRating'] = array(
    				'@type'       => 'AggregateRating',
    				'ratingValue' => $product->get_average_rating(),