Remove JetPack open graph tags in WordPress
Go to your Appearance > Editor and look for functions.php
Paste the following code:
//Custom Code // remove jetpack open graph tags remove_action('wp_head','jetpack_og_tags');
Go to your Appearance > Editor and look for functions.php
Paste the following code:
//Custom Code // remove jetpack open graph tags remove_action('wp_head','jetpack_og_tags');