Obtenez tous les termes PHP

$terms = get_terms([
    'taxonomy' => $taxonomy,
    'hide_empty' => false,
]);
Yousef Qaoud