Skip to content

Instantly share code, notes, and snippets.

@wp-seopress
Created November 9, 2023 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wp-seopress/25c5195f7073fd46b13c8171956a48d8 to your computer and use it in GitHub Desktop.
Save wp-seopress/25c5195f7073fd46b13c8171956a48d8 to your computer and use it in GitHub Desktop.
Filter product:price:currency meta tag
function sp_product_price_currency($currency) {
return $currency;
}
add_filter('seopress_product_price_currency', 'sp_product_price_currency');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment