Skip to content

Commit

Permalink
update marketplace brand from context provided platform
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Feb 22, 2024
1 parent 889bce5 commit b6df838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ function () {
// Marketplace settings
$bluehost_module_container->set(
'marketplace_brand',
'bluehost'
'atomic' !== getContext( 'platform' ) ? 'bluehost' : 'bluehost-cloud'
);

// properly get branding links depending on market
// Properly get branding links depending on market
$wordpress_hosting_page = ( get_option( 'mm_brand' ) === 'Bluehost_India' ) ? 'https://www.bluehost.in?utm_source=coming-soon-template&utm_medium=bluehost_plugin' : 'https://bluehost.com?utm_source=coming-soon-template&utm_medium=bluehost_plugin';
$my_panel = ( get_option( 'mm_brand' ) === 'Bluehost_India' ) ? 'https://my.bluehost.in/web-hosting/cplogin' : 'https://my.bluehost.com/web-hosting/cplogin';
$website_guide_link = 'https://www.bluehost.com/blog/how-to-create-a-website-guide/';
Expand Down

0 comments on commit b6df838

Please sign in to comment.