acf_update_taxonomy()
Updates an ACF taxonomy in the database.
Хуков нет.
Возвращает
Массив
.
Использование
acf_update_taxonomy( $taxonomy );
- $taxonomy(массив) (обязательный)
- The main ACF taxonomy array.
Список изменений
С версии 6.1 | Введена. |
Код acf_update_taxonomy() acf update taxonomy ACF 6.4.2
function acf_update_taxonomy( array $taxonomy ) { return acf_update_internal_post_type( $taxonomy, 'acf-taxonomy' ); }