Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created March 6, 2021 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henshaw/be35f6018a8164c222cdcf32d10a6b81 to your computer and use it in GitHub Desktop.
Save henshaw/be35f6018a8164c222cdcf32d10a6b81 to your computer and use it in GitHub Desktop.
function remove_yoast_json($data){
$data = array();
return $data;
}
add_filter('wpseo_json_ld_output', 'remove_yoast_json', 10, 1);
@henshaw
Copy link
Author

henshaw commented Mar 6, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment