acf_get_internal_post_types()
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() 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' );
}