Skip to content

Instantly share code, notes, and snippets.

@KnightAlex
Created October 9, 2014 08:59
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 KnightAlex/513bf64501a3bf16d70b to your computer and use it in GitHub Desktop.
Save KnightAlex/513bf64501a3bf16d70b to your computer and use it in GitHub Desktop.
WooCommerce get category Id from cat page
<?php
$category = get_queried_object();
echo $category->term_id;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment