diff --git a/bootstrap.php b/bootstrap.php index 3ac636b..c4d16d8 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -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();