HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //proc/self/cwd/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' );