Skip to content

Commit

Permalink
remove ResourceHints
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazz-Man authored Oct 1, 2024
1 parent 7c7a648 commit 666a627
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wp-performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@
use JazzMan\Performance\Optimization\WPQuery;
use JazzMan\Performance\Security\Sanitize;
use JazzMan\Performance\Utils\Cache;
use JazzMan\Performance\Utils\ResourceHints;

if (function_exists('app_autoload_classes')) {
if ( function_exists( 'app_autoload_classes' ) ) {
app_autoload_classes(
[
Cache::class,
PostGuid::class,
ResourceHints::class,
Update::class,
Media::class,
WPQuery::class,
Expand Down

0 comments on commit 666a627

Please sign in to comment.