-
Hi,
I have noticed that the following data is in the head section of every page on my website.
<meta name=”twitter:label1″ content=”Written by” />
<meta name=”twitter:data1″ content=”Author” />
<meta name=”twitter:label2″ content=”Time to read” />
<meta name=”twitter:data2″ content=”Less than a minute” />I have tried removing it using this filter in rank-math.php but it didn’t work.
/**
* Allows changing the Twitter Card type as output in the Twitter card.
*
* @param string $type
*/
add_filter( ‘rank_math/opengraph/twitter_card’, ‘__return_false’ );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The ticket ‘Remove Twitter data from every page’ is closed to new replies.