Skip to content

Instantly share code, notes, and snippets.

@jeherve
Created October 22, 2013 14:26
Show Gist options
  • Save jeherve/7101650 to your computer and use it in GitHub Desktop.
Save jeherve/7101650 to your computer and use it in GitHub Desktop.
[Jetpack] Remove Twitter Meta cards
<?php
function jeherve_remove_tw_tags() {
remove_filter( 'jetpack_open_graph_tags', 'wpcom_twitter_cards_tags' );
remove_filter( 'jetpack_open_graph_tags', 'change_twitter_site_param' );
}
add_action( 'template_redirect', 'jeherve_remove_tw_tags' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment