acf_get_raw_taxonomies()
Returns an array of raw ACF taxonomies.
Хуков нет.
Возвращает
Массив
.
Использование
acf_get_raw_taxonomies();
Список изменений
С версии 6.1 | Введена. |
Код acf_get_raw_taxonomies() acf get raw taxonomies ACF 6.4.2
function acf_get_raw_taxonomies() { return acf_get_raw_internal_post_type_posts( 'acf-taxonomy' ); }