Skip to content

Instantly share code, notes, and snippets.

@jasperf
Created June 19, 2017 07:00
Show Gist options
  • Save jasperf/deaabb120a76d77f46ef6346a1c58578 to your computer and use it in GitHub Desktop.
Save jasperf/deaabb120a76d77f46ef6346a1c58578 to your computer and use it in GitHub Desktop.
function is_product_category( $term = '' ) {
return is_tax( 'product_cat', $term );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment