We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d85766b + 84ff9e9 commit fc2a0fdCopy full SHA for fc2a0fd
src/Settings.php
@@ -204,7 +204,7 @@ function addSettings()
204
'rollbar_wp_advanced',
205
array(
206
'type' => UI::getSettingType('enable_must_use_plugin'),
207
- 'default' => \Rollbar\Wordpress\Defaults::enableMustUsePlugin(),
+ 'default' => \Rollbar\Wordpress\Defaults::instance()->enableMustUsePlugin(),
208
'description' => __('Allows Rollbar plugin to be loaded as early ' .
209
'as possible as a Must-Use plugin. Activating / ' .
210
'deactivating the plugin in the plugins admin panel ' .
@@ -421,4 +421,4 @@ public static function preUpdate($settings)
421
}
422
423
424
-?>
+?>
0 commit comments