WP Multisite issue (there is a quick fix)
-
Hello.
Thank you for the great plugin.
I’ve discovered when there is a multisite setup then the plugin breaks a network admin dashboard (php fatal error), I’ve solved it with a wrapper in the admin-menu-groups.php file : `if (! is_network_admin()) {
require_once(“admin-menu.php”);
require_once(“settings.php”);
}`. Could you update the plugin to include this check?
Thank you in advance.
- The topic ‘WP Multisite issue (there is a quick fix)’ is closed to new replies.