Skip to content

Instantly share code, notes, and snippets.

@evanfraser
Created January 2, 2020 22:36
Show Gist options
  • Save evanfraser/537b62f40351883b063958a3808a1609 to your computer and use it in GitHub Desktop.
Save evanfraser/537b62f40351883b063958a3808a1609 to your computer and use it in GitHub Desktop.
Deactivate Yoast's Schema output
<?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