Skip to content

Commit

Permalink
Merge pull request #182 from newfold-labs/add/PRESS2-629-localize-lin…
Browse files Browse the repository at this point in the history
…ks-for-bluehost-in

localize links for bluehost in
  • Loading branch information
arunshenoy99 authored Feb 27, 2023
2 parents fecfb62 + 76ac2b9 commit 1521444
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions includes/Data/Brands.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public static function get_brands() {
'fragment' => '#/marketplace/services/blue-sky',
'queryParameters' => array(
'page' => 'bluehost',
'utm_source' => 'onboarding',
'utm_medium' => 'wp_admin',
'utm_source' => 'wp-onboarding',
'utm_medium' => 'brand-plugin',
'utm_campaign' => 'wp-setup',
),
),
Expand Down Expand Up @@ -77,17 +77,20 @@ public static function get_brands() {
'facebookUrl' => 'https://www.facebook.com/BlueHostIndia',
'twitterName' => '@BluehostIndia',
'twitterUrl' => 'https://twitter.com/bluehostindia',
'youtubeUrl' => null,
'youtubeUrl' => 'https://www.youtube.com/c/BluehostIndia1',
'linkedinUrl' => null,
'accountUrl' => 'https://my.bluehost.in',
'domainsUrl' => 'https://my.bluehost.in/hosting/app?lil=1#/domains',
'emailUrl' => 'https://my.bluehost.in/hosting/app?lil=1#/email-office',
'phoneNumbers' => array(
'support' => '1800-419-4426',
),
'hireExpertsInfo' => array(
'defaultLink' => 'https://www.bluehost.in/solutions/full-service',
'defaultLink' => 'https://www.bluehost.in/bluesky',
'utmParameters' => array(
'utm_source' => 'blog',
'utm_medium' => 'socialmedia',
'utm_campaign' => 'blogpost',
'utm_source' => 'wp-onboarding',
'utm_medium' => 'brand-plugin',
'utm_campaign' => 'wp-setup',
),
),
'expertsInfo' => array(
Expand Down

0 comments on commit 1521444

Please sign in to comment.