From b67263ff65c139ee1e6a8ec270545d3645bfe58b Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 13 May 2024 16:33:20 -0400 Subject: [PATCH] require the feature class --- bootstrap.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.php b/bootstrap.php index 181556a..c0dd2d0 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -2,4 +2,6 @@ namespace NewfoldLabs\WP\Module\Staging; +require_once( __DIR__ . '/includes/StagingFeature.php' ); + new StagingFeatureHooks(); \ No newline at end of file