We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7c18a commit e1fcd9bCopy full SHA for e1fcd9b
1 file changed
mu-loader.php
@@ -2,6 +2,12 @@
2
3
function mu_loader_plugins_files()
4
{
5
+
6
+ if (defined('WP_INSTALLING') && WP_INSTALLING === true) {
7
+ // Do nothing during installation
8
+ return array();
9
+ }
10
11
// Cache plugins
12
$plugins = get_site_transient('mu_loader_plugins');
13
0 commit comments