Hi,
The code given on the posts should help:
add_filter( "rank_math/opengraph/facebook/og_title", function( $content ) {
global $post;
if($post){
return get_the_title($post->ID);
}
return $content;
});
As much as we would love to offer customized solution to each and every user we have, it just isn’t possible for a small company like ours with limited resources. So, any further customization will need to be done by you since we do not offer customised solutions. Sorry.
Please do not hesitate to let us know if you need our assistance with anything else.
Well noted. I had done some search and study each WC and WP hook & filter, before post the question here.
Let me dive deeper, and feedback to you.
Hello,
Thank you for contacting Rank Math today.
Please let us know if we can help further.
Thank you.
OMG! your almost miss lead me to wrong direction.
I had found the solution, that I use wp_title() output to replace the page title.
But, by the way, your very fast response.
Thousand thanks
Hi,
I am glad it is working fine now.
Please do not hesitate to let us know if you need our assistance with anything else.