| @@ -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(); |