Created
January 2, 2020 22:36
-
-
Save evanfraser/537b62f40351883b063958a3808a1609 to your computer and use it in GitHub Desktop.
Deactivate Yoast's Schema output
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 | |
add_filter('wpseo_json_ld_output', '__return_empty_array'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment