Skip to content

Instantly share code, notes, and snippets.

@jeherve
Created June 10, 2015 19:34
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 jeherve/5ea472250f253be0322d to your computer and use it in GitHub Desktop.
Save jeherve/5ea472250f253be0322d to your computer and use it in GitHub Desktop.
Disable Jetpack's Twitter Meta Tags
<?php
/*
* Plugin Name: Disable Jetpack's Twitter Meta Tags
* Plugin URI: http://wordpress.org/plugins/
* Description: Disable Jetpack's Twitter Meta Tags
* Author: Jeremy Herve
* Version: 1.0
* Author URI: http://jeremy.hu
* License: GPL2+
*/
add_filter( 'jetpack_disable_twitter_cards', '__return_true', 99 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment