PluginProbe
WP Debugging / 2.11.4
WP Debugging v2.11.4
2.12.6 2.12.5 trunk 2.10.0 2.10.1 2.10.2 2.11.0 2.11.1 2.11.10 2.11.11 2.11.12 2.11.13 2.11.14 2.11.15 2.11.16 2.11.17 2.11.18 2.11.19 2.11.2 2.11.20 2.11.21 2.11.22 2.11.23 2.11.24 2.11.3 All 59 releases
← All changes | src/Bootstrap.php +1 -6 2.11.152.11.4 View file →
@@ -81,14 +81,9 @@
81 81 return false;
82 82 }
83 83
84 84 $this->load_hooks();
85 - add_action(
86 - 'plugins_loaded',
87 - function() {
88 - \WP_Dependency_Installer::instance()->run( $this->dir );
89 - }
90 - );
85 + \WP_Dependency_Installer::instance()->run( $this->dir );
91 86 }
92 87
93 88 /**
94 89 * Get the `wp-config.php` file path.