Your IP : 216.73.216.171


Current Path : /home/ereika83/www/wp-content/plugins/autodescription/inc/compat/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/autodescription/inc/compat/plugin-jetpack.php

<?php
/**
 * @package The_SEO_Framework\Compat\Plugin\Jetpack
 * @subpackage The_SEO_Framework\Compatibility
 */

namespace The_SEO_Framework;

\defined( 'THE_SEO_FRAMEWORK_PRESENT' ) or die;

if ( Data\Plugin::get_option( 'og_tags' ) )
	\add_filter( 'jetpack_enable_open_graph', '__return_false' );

if ( Data\Plugin::get_option( 'twitter_tags' ) )
	\add_filter( 'jetpack_disable_twitter_cards', '__return_true' );