• I need to remove this meta content tag <meta property=’og:description’ content=’Remove this content meta ‘/> Im using this plugin posttabs it showing a list down of tab title it is bothering me so is there way to remove or disable it. I just recently update this plugin today

Viewing 1 replies (of 1 total)
  • Try this :

    global $wpseo_og;
    remove_action( 'wpseo_opengraph', array( $wpseo_og, 'description' ) );

    ps. It is work for og_title but I never try to remove description.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Yoast WordPress SEO] Removing this one meta tag’ is closed to new replies.