typo
This commit is contained in:
parent
17eac9eaed
commit
29e6082ab6
|
@ -53,7 +53,7 @@ if ( ! function_exists( 'is_product_category' ) ) {
|
||||||
*/
|
*/
|
||||||
function is_product_category( $term = '' ) {
|
function is_product_category( $term = '' ) {
|
||||||
return is_tax( 'product_cat', $term );
|
return is_tax( 'product_cat', $term );
|
||||||
}i
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ! function_exists( 'is_product_tag' ) ) {
|
if ( ! function_exists( 'is_product_tag' ) ) {
|
||||||
|
|
Loading…
Reference in New Issue