acf_update_post_type()ACF 6.1

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 6.4.2

function acf_update_post_type( array $post_type ) {
	return acf_update_internal_post_type( $post_type, 'acf-post-type' );
}