Skip to content

Instantly share code, notes, and snippets.

@wp-seopress
Created November 9, 2023 09:29
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/98ff55849a9219bcaa5f7bb2f5a22a3f to your computer and use it in GitHub Desktop.
Save wp-seopress/98ff55849a9219bcaa5f7bb2f5a22a3f to your computer and use it in GitHub Desktop.
Filter product:price:amount meta tag
function sp_product_price_amount($price) {
return $price;
}
add_filter('seopress_product_price_amount', 'sp_product_price_amount');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment