You can make use of the hide_empty argument of get_terms(). It’s default value is set to true.
Do it somewhat like this:
$args = array(
'hide_empty' => false
);
$terms = get_terms( 'wpsc_product_category', $args );
Related Posts:
- How can I select a primary category?
- Display custom taxonomy attached to the post on post single page
- Get WooCommerce product category list in functions.php
- Display List of Categories Within a Custom Taxonomy
- Is There a Difference Between Taxonomies and Categories?
- Check if a post is in any child category of a parent category
- How to export and import taxonomies (category, tag and/or custom taxonomy) and their terms
- get_categories for custom post type with a specific custom taxonomy attached
- Order get_terms() By Custom Field
- Control term order on a per-post basis
- How can I add the featured image functionality to a custom taxonomy?
- Combine two taxonomies in a hierarchical tree
- How to make custom taxonomy check boxes like ‘Categories’
- Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
- How to create non-unique sub-category slugs?
- How to get next previous category in same taxonomy?
- Does WordPress Offer a Way to Find All of the Categories that Don’t Have Children?
- Add custom taxonomy terms to WordPress menu dynamically & append #slug to url
- Removed slug from CPT, now How/where do I hook the filter to the taxonomy term archive pages link?
- Getting WordPress custom taxonomy/category?
- Get a list of Terms for a specific category
- How to get the number of child categories a specific parent category has?
- How can I convert some categories to a custom taxonomy?
- Get multidimensional array that reflects category hierarchy
- List Terms in Category
- display taxonomy slug from term ID
- Limit number of terms that a custom taxonomy can save per custom post type
- Change existing taxonomy settings when using custom taxonomy
- Display Taxonomy Terms in an option tag with value being the slug
- How to get the id from the custom category?
- How can i insert term in a specific language of Polylang?
- Why does the argument list_only do on Walker_Category_Checklist::start_el?
- Display Posts Loop for each parent and for each Child
- Is There a Difference Between Taxonomies and Categories?
- How can I edit the ‘Most Used’ tab in the categories meta-box to show another custom taxonomy?
- Get posts from specific taxonomy term
- Get posts under a category with SQL
- get_terms function not returning anything
- Ive got a term (get_term_by) but now I want to filter it by a category it is in?
- Question on using custom structures for categories
- Get Categories Where Taxonomy Equals ‘n’
- Display sibling categories on category page
- Echo text using is_tag
- Same menu for different taxonomies to reach different content
- Showing HTML if Post is In Certain Taxonomy Term
- How could I write a get_categories_by_year() function?
- Post to inherit custom category background image from parent
- How to get posts using category slug in ClassiPress?
- Combining these queries? (Same taxonomy term + same category as post)
- List taxonomy terms assigned to a post in hierarchical view
- How to set the same base url for two different taxonomies?
- Ordering terms whilst in loop
- outputting taxonomy hierarchy
- Why use hierarchical taxonomies instead of many custom taxonomies?
- Renaming default category taxonomy?
- How to Manage and link certain custom taxonomy?
- How to add a post with new Taxonomy without assigning to default category?
- List Terms by category
- get_adjacent_post_link excluded_terms ignored
- Why is my post categories not displaying?
- Problem importing categories and sub-categories
- Converting Categories (with ACF fields) to custom taxonomies
- Taxonomy term RestApi data 10 rows limitions
- hide_empty property not working when using get_terms
- How can I get the categories and subcategories separately?
- Is there a way to disable a term rather than deleting it?
- Retrieve single term slug
- get / list categories and counts filtered by custom taxonomy term
- How to query posts from specific authors and categories using WP_query?
- Add custom taxonomy under the category title
- Category tree is flattened inside admin upon saving
- How to get category URL with the slug?
- Display Slug instead of Name
- Filtering multiple categories via the URL
- Display specific categories by ID
- Add category only if post has custom taxonomy category
- How to get custom posts sub category link
- Add child category to parent on post creation and save
- Drop posts from categories in MySql
- wp_dropdown_categories not showing option as selected
- add slug beside name in Admin Category Checklists
- Count tags for a specific category
- WP 4.7 in_category change?
- Illegal string offset ‘taxonomy’ in
- How to get the term description in a taxonomy term archive query?
- 3.1 post formats and specific categories/custom taxonomies
- sidebar troubles, taxonomy trouble
- WordPress Default Category and Custom Taxonomy Selected Attribute not Working After Searched in wp_dropdown_categories Array
- How to show related posts of category on post within custom posttype
- Can’t display posts by filtering categories using isotope.js
- Cloning product not copying custom taxonomies
- ACF Custom field not showing in Timber Taxonomy page
- How to get a terms and posts associated with another term?
- Displaying subcategories and then posts in taxonomy template
- Get custom term link archive with prefix
- Getting a sub category based on a category name
- Get a list of categories ids
- get IDs from links categories
- Display woocommerce product_cat child terms with thumbnails
- How to determ a custom post type url?