diff --git a/bootstrap.php b/bootstrap.php index 937044a..e13031d 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -2,4 +2,6 @@ namespace NewfoldLabs\WP\Module\Performance; +require_once( __DIR__ . '/includes/PerformanceFeature.php' ); + new PerformanceFeatureHooks(); \ No newline at end of file