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