Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Show all terms of a custom taxonomy

$terms = get_terms([
    'taxonomy' => $taxonomy,
    'hide_empty' => false,
]);
Source by wordpress.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #Show #terms #custom #taxonomy
ADD COMMENT
Topic
Name
8+5 =