1
get_terms - solo di livello superiore
Sto cercando di ottenere solo termini di massimo livello: $cat_args = array( 'parent ' => 0, 'number' => 10, 'hide_empty' => false, ); $categories = get_terms( 'question_category' , $cat_args); Ma questa query restituisce anche tutti i childterm, ho provato di tutto ma ottiene sempre anche termini child. Sto provando dalle …