Skip to content

Instantly share code, notes, and snippets.

@8lane
Created November 20, 2014 10:16
Show Gist options
  • Select an option

  • Save 8lane/422fe8bfbd8a916c0b63 to your computer and use it in GitHub Desktop.

Select an option

Save 8lane/422fe8bfbd8a916c0b63 to your computer and use it in GitHub Desktop.
EDD Easy Digital Downloads Get number of category items
$get_themes = get_term(2, 'download_category' );
echo $get_themes->count;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment