-
Hello,
What I want to achive sounds quite simple but I can’t figure it out.
There’s another plugin that adds og:title and og:description to posts. We want to keep those because we edit them in the backend.
But Rankmath adds same meta tags below with information we don’t want. So we need to remove those tags added by Rankmath.I googled but couldn’t find a solution how to remove these specific tags. The Chatbot gave me this:
add_filter( 'rank_math/opengraph/facebook_description', '__return_empty_string' );
But it doesn’t seem to work.
Any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this ticket.