acf_get_block_back_compat_attribute_key_array()ACF 6.0.0

Get back compat new values and old values.

No Hooks.

Returns

Array. back compat key array.

Usage

acf_get_block_back_compat_attribute_key_array();

Changelog

Since 6.0.0 Introduced.

acf_get_block_back_compat_attribute_key_array() code ACF 6.8.8

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