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.
1 parent 47ea7e1 commit f3097e9Copy full SHA for f3097e9
src/Settings.php
@@ -44,12 +44,13 @@ public static function init() {
44
array("jquery"),
45
Plugin::VERSION
46
);
47
-
+
48
\wp_localize_script(
49
'RollbarWordpressSettings.js',
50
'RollbarWordpress',
51
array(
52
- 'plugin_url' => \plugin_dir_url(__FILE__) . "../",
+ // This is used to load the rollbar snippet, assume the php8 version is more recent.
53
+ 'plugin_url' => \plugin_dir_url(__FILE__) . "../php8/",
54
)
55
56
0 commit comments