Skip to content

Commit

Permalink
remove call to legacy method that was removed for site_id
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Feb 28, 2024
1 parent 050ef21 commit 672913e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
)
);
}
Expand Down

0 comments on commit 672913e

Please sign in to comment.