Skip to content

Commit

Permalink
Disable JetPack's own Open Graph data
Browse files Browse the repository at this point in the history
  • Loading branch information
pathawks committed Jan 15, 2015
1 parent 84b208b commit a3329a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions open-graph-protocol-tools.php
Expand Up @@ -360,6 +360,7 @@ function get_opengraphprotocoltools_like_code() {
return $out;
}

add_filter('jetpack_enable_open_graph', '__return_false');
add_filter('user_contactmethods', 'opengraphprotocoltools_user_contactmethods');
add_action('wp_head', 'opengraphprotocoltools_add_head');
add_action('admin_menu', 'opengraphprotocoltools_plugin_menu');

0 comments on commit a3329a8

Please sign in to comment.