---
title: "Filtrar product:price:currency metaetiqueta"
url: "https://www.seopress.org/es/soporte/hooks/filtrar-productpricecurrency-metaetiqueta/"
lang: es
updated: 2023-11-09
hook_name: seopress_product_price_currency
required_version: 7.2
---

# Filtrar product:price:currency metaetiqueta

- **Hook name:** `seopress_product_price_currency`
- **Required version:** 7.2

```php
function sp_product_price_currency($currency) {
    return $currency;
}
add_filter('seopress_product_price_currency', 'sp_product_price_currency');
```

Source: [https://gist.github.com/wp-seopress/25c5195f7073fd46b13c8171956a48d8](https://gist.github.com/wp-seopress/25c5195f7073fd46b13c8171956a48d8)



