Skip to content

Instantly share code, notes, and snippets.

@jeherve
Created January 14, 2013 10:39
Show Gist options
  • Select an option

  • Save jeherve/4529203 to your computer and use it in GitHub Desktop.

Select an option

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
<?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