Created
January 14, 2013 10:39
-
-
Save jeherve/4529203 to your computer and use it in GitHub Desktop.
[Jetpack] How to disable Jetpack Open Graph tags http://i.wpne.ws/M7Le
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 Open Graph tags | |
| * Plugin URI: http://wordpress.org/extend/plugins/jetpack/ | |
| * Description: Disables Jetpack Open Graph tags | |
| * Author: Jeremy Herve | |
| * Version: 1.0 | |
| * Author URI: http://jeremyherve.com | |
| * License: GPL2+ | |
| */ | |
| add_filter( 'jetpack_enable_open_graph', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment