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.9.5.1

apply_filters('woocommerce_structured_data_product_offer') is found 1 times:

  • /includes/class-wc-structured-data.php line 398
    			) {
    				$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(),