OG: Locale tag change

#571603
  • Resolved Anonymous
    Rank Math free

    Hi,

    how do I change the OG: Locale tag without changing the site language in WordPress Dashboard > Settings > General. I want to keep English in the admin section, but have pages with other locale.

    Best regards,
    Nick

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting us and bringing your concern to our attention.

    You can try to use the following filter on your website to change the og:locale.

    add_filter( "rank_math/opengraph/facebook/og_locale", function( $content ) {
        $content = 'en_US'; //change here
        return $content;
    });
    

    Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘OG: Locale tag change’ is closed to new replies.