Получите все термины php

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