Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed May 21, 2024
1 parent 329a2fd commit 6eeca8c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
namespace NewfoldLabs\WP\Module\Performance;

if ( function_exists( 'add_filter' ) ) {
add_filter(
'newfold/features/filter/register',
function( $features ) {
return array_merge( $features, array( PerformanceFeature::class ) );
}
);
add_filter(
'newfold/features/filter/register',
function ( $features ) {
return array_merge( $features, array( PerformanceFeature::class ) );
}
);
}

new PerformanceFeatureHooks();

0 comments on commit 6eeca8c

Please sign in to comment.