• Resolved bdseo24

    (@bdseo24)


    Hi I want to remove that <meta property=”article:tag” content=”Tag Name” /> from my post. Which filter I will use for this?

    Thanks in Advance.

    • This topic was modified 6 years ago by bdseo24.
Viewing 1 replies (of 1 total)
  • Mihai

    (@hinom)

    Add this code in function.php:

    function remove_wpseo_fb_tags() {
    global $wpseo_og;
    remove_action(‘wpseo_opengraph’, array($wpseo_og, ‘tags’), 16);
    }
    add_action(‘wpseo_opengraph’, ‘remove_wpseo_fb_tags’);

Viewing 1 replies (of 1 total)

The topic ‘How to remove <meta property="article:tag" from Post?’ is closed to new replies.