Skip to content

Instantly share code, notes, and snippets.

@mihdan
Created October 19, 2020 19:16
Show Gist options
  • Save mihdan/bb74c85779dd81197533ada1054f1b16 to your computer and use it in GitHub Desktop.
Save mihdan/bb74c85779dd81197533ada1054f1b16 to your computer and use it in GitHub Desktop.
Disable microdata added by Yoast SEO plugin.
<?php
add_filter( 'wpseo_json_ld_output', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment