Title: WPML Go Global program
Last modified: January 29, 2020

---

# WPML Go Global program

 *  Resolved [paul8998](https://wordpress.org/support/users/paul8998/)
 * (@paul8998)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/wpml-go-global-program/)
 * Hello,
 * Recently I had issues with multiple domains on my website. When I clicked the
   logo or the shop now link I was being redirected from the second domain to our
   first domain. This issue is resolved, but now there is an issue with WMPL plugin.
   When I switch languages, it redirects me to the first domain. I have forwarded
   this question to WPML support and since The Multiple Domain plugin is not listed
   in their compatibility list for the plugins they requested me to contact the 
   Multiple domain plugin author to apply for their Go Global program.
 * [https://wpml.org/documentation/theme-compatibility/go-global-program/](https://wpml.org/documentation/theme-compatibility/go-global-program/)
 * Thank you.
 * Best regards.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwpml-go-global-program%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [Gustavo Straube](https://wordpress.org/support/users/gustavostraube/)
 * (@gustavostraube)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/wpml-go-global-program/#post-12376372)
 * Hello,
 * The Multiple Domain doesn’t play well with WPML, Polylang or any other plugin
   that relies on domain/subdomain changes to show content, i.e. one (sub)domain
   per language. In any case, I’ll take a look at those docs and see if it’s possible
   to make them compatible. If needed, I’ll get in touch with WPML support team.
 * Thanks,
    Gustavo
 *  [Gulshan Kumar](https://wordpress.org/support/users/thegulshankumar/)
 * (@thegulshankumar)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/wpml-go-global-program/#post-12446914)
 * I use WPML and Multiple Domains plugin.
 * **Problems**
    At homepage (Be it Traditional Archive or Custom), the Language
   switcher URL and Hreflang path was not rewriting as per my Alias domain added
   in Multiple Domains.
 * I could fix my problem INSTANTLY by adding below code. 😍
 *     ```
       // Show alias at Homepage as well
       function filter_wpml_active_languages( $home_url) {
           if (class_exists('MultipleDomain')) {
               $multipleDomain = MultipleDomain::instance();
           }
           return $multipleDomain->fixUrl($home_url);
       };
   
       // add the filter
       add_filter( 'wpml_url_converter_get_abs_home', 'filter_wpml_active_languages', 10 );
       ```
   
 * **Source**: [https://wpml.org/forums/topic/multiple-domain/#post-5390015](https://wpml.org/forums/topic/multiple-domain/#post-5390015)
 * I will update here if I notice any issue. So far looks good to me.
 * Thanks & Regards,
    Gulshan
    -  This reply was modified 6 years, 3 months ago by [Gulshan Kumar](https://wordpress.org/support/users/thegulshankumar/).
      Reason: added emoji
    -  This reply was modified 6 years, 3 months ago by [Gulshan Kumar](https://wordpress.org/support/users/thegulshankumar/).
    -  This reply was modified 6 years, 3 months ago by [Gulshan Kumar](https://wordpress.org/support/users/thegulshankumar/).
      Reason: Added more clear info after testing Archive version as well
 *  Plugin Contributor [Gustavo Straube](https://wordpress.org/support/users/gustavostraube/)
 * (@gustavostraube)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/wpml-go-global-program/#post-12478872)
 * Hey [@paul8998](https://wordpress.org/support/users/paul8998/)
 * I just signed up for their Go Global program. I’ll keep you posted.
 *  Plugin Contributor [Gustavo Straube](https://wordpress.org/support/users/gustavostraube/)
 * (@gustavostraube)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wpml-go-global-program/#post-13201039)
 * I still didn’t have any free time to work on officially supporting WPML. I’m 
   closing this topic, though. Further discussions on this feature should happen
   on the related issue, on GitHub: [https://github.com/straube/multiple-domain/issues/73](https://github.com/straube/multiple-domain/issues/73)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘WPML Go Global program’ is closed to new replies.

 * ![](https://ps.w.org/multiple-domain/assets/icon-256x256.png?rev=2502840)
 * [Multiple Domain](https://wordpress.org/plugins/multiple-domain/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multiple-domain/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multiple-domain/)
 * [Active Topics](https://wordpress.org/support/plugin/multiple-domain/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multiple-domain/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multiple-domain/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Gustavo Straube](https://wordpress.org/support/users/gustavostraube/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/wpml-go-global-program/#post-13201039)
 * Status: resolved