Advertisement
Gaskabur

Obtener los valores de una taxonomía

Sep 16th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. $prioridades = get_terms( array(
  2.     'taxonomy' => 'prioridad_sugerencia',
  3.     'hide_empty' => false,
  4. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement