product:price:currency

#542750
  • Hi there.
    i used this filter to change priceCurrency and it did work.
    add_filter( ‘rank_math/snippet/rich_snippet_product_entity’, function( $entity ) {
    $entity[‘offers’][‘priceCurrency’] = ‘IRR’;
    return $entity;
    });
    but there is another place that need to be change.
    Still in “””” <meta property=”product:price:currency” content=”IRT” /> “””” the currency is IRT. i want to change it to IRR.
    is there other filter to do that?
    i dont want to change woocommerce price currency

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this ticket.