Skip to content

Commit

Permalink
remove commented test code and required file that should work with na…
Browse files Browse the repository at this point in the history
…mespace now
  • Loading branch information
circlecube committed Feb 26, 2024
1 parent 326f2ee commit 08c5de9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 0 additions & 1 deletion inc/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ),
Expand Down

0 comments on commit 08c5de9

Please sign in to comment.