Skip to content

Commit

Permalink
Remove redundant plugin short-circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Nov 9, 2023
1 parent a65d0be commit a17c9a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/images/image-loading-optimization/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@

define( 'IMAGE_LOADING_OPTIMIZATION_VERSION', 'Performance Lab ' . PERFLAB_VERSION );

// Do not load the code if it is already loaded through another means.
if ( function_exists( 'ilo_buffer_output' ) ) {
return;
}

require_once __DIR__ . '/hooks.php';
require_once __DIR__ . '/storage.php';
require_once __DIR__ . '/detection.php';

0 comments on commit a17c9a2

Please sign in to comment.