All Topics
Disable Admins Columns Pro on Advanced Ads
Hi,
I’m trying to disable ACP on Advanced Ads… I have the following code as a WPCode Snippet but it is not working (I also tried in my custom code plugi).
add_filter( 'ac/post_types', function( $post_types ){
unset( $post_types['advanced_ads']);
return $post_types;
}, 10, 1 );
Any ideas?
Thanks
You must be logged in to reply to this topic.