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

apply_filters('woocommerce_structured_data_product_offer') is found 1 times:

  • /includes/class-wc-structured-data.php line 417
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
        ) {
            $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(),