Reverted the woocommerce_structured_data_product_limited filter name

This commit is contained in:
Claudio Sanches 2016-10-13 20:43:30 -03:00
parent a9c8c79f58
commit d5fa492378
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ class WC_Structured_Data {
$markup['name'] = $product->get_title();
if ( apply_filters( 'woocommerce_structured_data_product_limit', is_product_taxonomy() || is_shop() ) ) {
$this->set_data( apply_filters( 'woocommerce_structured_data_product_archives', $markup, $product ) );
$this->set_data( apply_filters( 'woocommerce_structured_data_product_limited', $markup, $product ) );
return;
}