All Topics
Completely ACP disable for specific post types
Hey ACP team,
is there any hook to completely disable ACP for specific post types?
For example, i don’t want the plugin to be loaded on ACF-Pro post types (field groups, post types, taxonomies, options pages), but I noticed that ACP is running on every single admin list view by default and i couldn’t find any setting or hook in the documentation to completely disable it for a specific post type.
I already tried to use
add_filter( 'ac/post_types', 'acp_disable_support_for_pages' );
but this seems to only remove the post type from the select field within the ACP settings.
Thanks,
Stefan
You must be logged in to reply to this topic.