Viewing 1 replies (of 1 total)
  • Plugin Author Lester Chan

    (@gamerz)

    <?php
    add_filter('wp_postratings_schema_itemtype', 'wp_postratings_schema_itemtype');
    function wp_postratings_schema_itemtype($itemtype) {
        return '';
    }
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Disable https://schema.org/Article’ is closed to new replies.