Skip to content

Instantly share code, notes, and snippets.

@elimn
Created June 18, 2016 16:49
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 elimn/88421b5a438bc7e18489917547d5f81d to your computer and use it in GitHub Desktop.
Save elimn/88421b5a438bc7e18489917547d5f81d to your computer and use it in GitHub Desktop.
MT | TEC | Disable JSON LD markup used by search engines
<?php
/*
* Disable JSON LD markup used by search engines
*/
add_filter( 'tribe_json_ld_markup', '__return_empty_string' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment