-
Hello,
There is a problem of conflict between the plugin rank math and “wp to twitter” . When rankmath is activate the plugin “wp to twitter” not working normaly.
Some time ago we had to add this in function.php but now it doesn’t work anymore. I don’t found the solution for resolve the problem . Thank’s for help
/**
* Hook to remove og:tags
*/
add_action( ‘rank_math/head’, function() {
remove_all_actions( ‘rank_math/opengraph/facebook’ );
remove_all_actions( ‘rank_math/opengraph/twitter’ );
});
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The ticket ‘conflict between plugin creating dysfunction’ is closed to new replies.