X-default Hreflang

Home Forums WordPress Plugins Language Switcher X-default Hreflang

Viewing 3 reply threads
  • Author
    Posts
    • #9228
      Bartelby
      Participant

      Hello,

      Thnak you very much for your plugin.

      I have the following issue.

      I have two websites on two wordpress installations (the main is teinturesauvage.fr in french and the other is teinturesauvage.com in english).

      The hreflang x-default is the french one but on the english version, it is english that appears in the html head. How to set the x-default hreflang as FR on the website in english ?

      Thank you very much for your answer.

      JB

    • #9233
      Rafasashi
      Keymaster

      Hello,

      Thank you for the feedback.

      Try to add the following filter in your functions.php

      add_filter('lsw_hreflang_x_default',function($lang) {
      
          return 'fr';
      
      },10,1);
    • #9235
      Bartelby
      Participant

      Thank you very much.

      It works perfectly !

      Have a nice day.

    • #9237
      Rafasashi
      Keymaster

      Thank you for supporting the plugin JB!

      Let me know if you need help again.

      Have a nice day.

      • This reply was modified 39 seconds ago by Rafasashi.
      • This reply was modified 19 seconds ago by Rafasashi.
Viewing 3 reply threads
  • The topic ‘X-default Hreflang’ is closed to new replies.