Wrong og:locale, How to change it?

#533559
Viewing 2 replies - 1 through 2 (of 2 total)
  • high quality image –

    Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    Please try to use the following filter on your site in order to change the og:locale property:

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

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

    Let us know how it goes.

    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 2 replies - 1 through 2 (of 2 total)

The ticket ‘Wrong og:locale, How to change it?’ is closed to new replies.