From be22ad100ba4522293945f61ee5815a6ec4d40ad Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 13 May 2024 16:33:00 -0400 Subject: [PATCH] require the feature class --- bootstrap.php | 2 ++ 1 file changed, 2 insertions(+) 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