acf_get_block_back_compat_attribute_key_array()ACF 6.0.0

Get back compat new values and old values.

Хуков нет.

Возвращает

Массив. back compat key array.

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

acf_get_block_back_compat_attribute_key_array();

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

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

Код acf_get_block_back_compat_attribute_key_array() ACF 6.0.4

function acf_get_block_back_compat_attribute_key_array() {
	return array(
		'fullHeight'   => 'full_height',
		'alignText'    => 'align_text',
		'alignContent' => 'align_content',
	);
}