Created
June 10, 2015 19:34
-
-
Save jeherve/5ea472250f253be0322d to your computer and use it in GitHub Desktop.
Disable Jetpack's Twitter Meta Tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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