acf_get_internal_post_types()ACF 6.1

Return an array of ACF's internal post type names

No Hooks.

Returns

Array. An array of ACF's internal post type names

Usage

acf_get_internal_post_types();

Changelog

Since 6.1 Introduced.

acf_get_internal_post_types() code ACF 6.8.8

function acf_get_internal_post_types() {
	return array( 'acf-field-group', 'acf-post-type', 'acf-taxonomy', 'acf-ui-options-page' );
}