Home › Forums › ACF PRO › upgrade the database – permission error › Reply To: upgrade the database – permission error
I will be honest. I don’t think this means anything. I think it is just annoying. I already upgraded all of the sites. And I don’t see anything specifically triggering this, so it just seems like this shows up in the latest version for no good reason. I am moving on and forcing it off. Add this somewhere to remove it:
add_filter( 'acf/settings/show_admin', '__return_false' );
Plugin to apply to network, change info as needed. I saved it to remove-acf-network-admin-notice.php
and uploaded the file to my site’s plugins:
<?php
/**
* @wordpress-plugin
* Plugin Name: Remove ACF Network Admin Notice
* Description: Removes the non-working, seamingly senseless upgrade notice in ACF
* Version: 1.0.0
* Author: Jupitercow
* Author URI: http://Jupitercow.com/
* Contributor: Jake Snyder
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Network: true
*/
add_filter( 'acf/settings/show_admin', '__return_false' );
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.