Skip to content

Instantly share code, notes, and snippets.

@mihdan
Last active February 25, 2021 09:18
Show Gist options
  • Save mihdan/645a367fe7638ae261503ab950e66aed to your computer and use it in GitHub Desktop.
Save mihdan/645a367fe7638ae261503ab950e66aed to your computer and use it in GitHub Desktop.
Disable microdata output for Yoast SEO plugin
<?php
/**
* @link https://developer.yoast.com/features/schema/api/
*/
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