acf_update_field_group()ACF 5.7.10

acf_update_field_group

Updates a field group in the database.

Хуков нет.

Возвращает

Массив.

Использование

acf_update_field_group( $field_group );
$field_group(массив) (обязательный)
The field group array.

Список изменений

С версии 5.7.10 Введена.

Код acf_update_field_group() ACF 6.4.2

function acf_update_field_group( $field_group ) {
	return acf_update_internal_post_type( $field_group, 'acf-field-group' );
}