For example, to have WordPress SEO by Yoast not output the OpenGraph tags, go to SEO – Social and disable Facebook OpenGraph. If you’d like to disable Jetpack’s OpenGraph support, you’ll have to write some code, preferably in a plugin file:
add_filter( 'jetpack_enable_open_graph', '__return_false' );Other plugins might be different, but you get the idea.
0 comments:
Post a Comment