PluginProbe
WP Debugging / 2.9.2
WP Debugging v2.9.2
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 -1 2.11.12.9.2 View file →
@@ -119,9 +119,9 @@
119 119 * @return void
120 120 */
121 121 public function load_hooks() {
122 122 add_action(
123 - 'plugins_loaded',
123 + 'init',
124 124 function() {
125 125 ( new Settings( self::$options, self::$config_path, $this->defined_constants ) )
126 126 ->load_hooks()
127 127 ->process_filter_constants();