From 08c5de9fa9f7b510a70b435e98314975af98bb82 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 26 Feb 2024 15:12:07 -0500 Subject: [PATCH] remove commented test code and required file that should work with namespace now --- bootstrap.php | 3 --- inc/Admin.php | 1 - 2 files changed, 4 deletions(-) diff --git a/bootstrap.php b/bootstrap.php index 4ccb8b902..e96a6b97e 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -32,9 +32,6 @@ */ $bluehost_module_container = new Container(); -// Test adding wp-cloud constants -// define( 'IS_ATOMIC', true ); - // Context setup add_action( 'newfold/context/set', diff --git a/inc/Admin.php b/inc/Admin.php index 6c5c3c8af..14b4fb797 100644 --- a/inc/Admin.php +++ b/inc/Admin.php @@ -59,7 +59,6 @@ public static function add_to_runtime( $sdk ) { */ public static function subpages() { global $bluehost_module_container; - require_once BLUEHOST_PLUGIN_DIR . 'vendor/newfold-labs/wp-module-context/includes/functions.php'; $home = array( 'bluehost#/home' => __( 'Home', 'wp-plugin-bluehost' ),