Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
andrew8

ACF Pro Integration

If I already have ACF Pro installed (prior to purchasing and installing AdminColumns), do I need to configure anything in Admin Columns to stop the advertising “Did you know Admin Columns Pro has an integration addon for Advanced Custom Fields” banner?

Admin_Columns_Banner

6 years ago
Stefan
Developer

You can prevent that message from showing by using this filter.

ac/suppress_site_wide_notices

In short, add this snippet to your functions.php.

/**
 * Hide all Admin Columns notices
 */
add_filter( 'ac/suppress_site_wide_notices', '__return_true' );
6 years ago

You must be logged in to reply to this topic.