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