Forums
(@mairashraf)
10 years ago
Here is how i did it, after lots browsing found the solution on wordpress support forum $tax_terms = get_terms(‘portfolio_category’, array( ‘hide_empty’ => 0 ));
Solved it after hit and trial.