Last active
February 25, 2021 09:18
-
-
Save mihdan/645a367fe7638ae261503ab950e66aed to your computer and use it in GitHub Desktop.
Disable microdata output for Yoast SEO plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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