From 672913ed20e966bb87ef7c1c8b7e6464648f95ff Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 28 Feb 2024 12:19:50 -0500 Subject: [PATCH] remove call to legacy method that was removed for `site_id` --- bootstrap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap.php b/bootstrap.php index 4174f421b..3be951356 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -52,7 +52,6 @@ function () { 'file' => BLUEHOST_PLUGIN_FILE, 'brand' => get_option( 'mm_brand', 'bluehost' ), 'install_date' => get_option( 'bluehost_plugin_install_date' ), - 'site_id' => \NewfoldLabs\WP\Module\CustomerBluehost\SiteMeta::get_id(), ) ); }