Skip to content

Commit 666a627

Browse files
authored
remove ResourceHints
1 parent 7c7a648 commit 666a627

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

wp-performance.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@
2323
use JazzMan\Performance\Optimization\WPQuery;
2424
use JazzMan\Performance\Security\Sanitize;
2525
use JazzMan\Performance\Utils\Cache;
26-
use JazzMan\Performance\Utils\ResourceHints;
2726

28-
if (function_exists('app_autoload_classes')) {
27+
if ( function_exists( 'app_autoload_classes' ) ) {
2928
app_autoload_classes(
3029
[
3130
Cache::class,
3231
PostGuid::class,
33-
ResourceHints::class,
3432
Update::class,
3533
Media::class,
3634
WPQuery::class,

0 commit comments

Comments
 (0)