woocommerce_structured_data_product_offer

woocommerce_structured_data_product_offer

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_structured_data_product_offer') is found 1 times:

  • /includes/class-wc-structured-data.php line 307
    					'url'   => $shop_url,
    				),
    			);
    
    			$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(),