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 b19e57b commit a6c7cf1Copy full SHA for a6c7cf1
plugins/optimization-detective/optimization.php
@@ -108,7 +108,7 @@ static function () use ( $reasons ): void {
108
foreach ( $reasons as $reason ) {
109
wp_print_inline_script_tag(
110
sprintf(
111
- 'console.log( %s );',
+ 'console.info( %s );',
112
(string) wp_json_encode( '[Optimization Detective] ' . $reason )
113
),
114
array( 'type' => 'module' )
0 commit comments