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 1784b42 commit eb0c6ffCopy full SHA for eb0c6ff
src/Actions.php
@@ -152,7 +152,7 @@ public function maybe_register_assets() {
152
153
wp_add_inline_script(
154
'plausible-analytics',
155
- "document.addEventListener('DOMContentLoaded', function() {\n$script\n});"
+ "document.addEventListener('DOMContentLoaded', function () {\n$script\n});"
156
);
157
}
158
@@ -176,7 +176,7 @@ public function maybe_register_assets() {
176
177
178
179
180
181
182
0 commit comments