PATH:
home
/
sarkas88.com
/
public_html
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
integrations
/
third-party
<?php namespace Yoast\WP\SEO\Integrations\Third_Party; use Yoast\WP\SEO\Conditionals\Front_End_Conditional; use Yoast\WP\SEO\Conditionals\Jetpack_Conditional; use Yoast\WP\SEO\Conditionals\Open_Graph_Conditional; use Yoast\WP\SEO\Integrations\Integration_Interface; /** * Jetpack integration. */ class Jetpack implements Integration_Interface { /** * Returns the conditionals based in which this loadable should be active. * * @return array */ public static function get_conditionals() { return [ Front_End_Conditional::class, Jetpack_Conditional::class, Open_Graph_Conditional::class ]; } /** * Initializes the integration. * * This is the place to register hooks and filters. * * @return void */ public function register_hooks() { \add_filter( 'jetpack_enable_open_graph', '__return_false' ); } }
[-] exclude-woocommerce-post-types.php
[open]
[-] woocommerce-post-edit.php
[open]
[-] bbpress.php
[open]
[-] wpml-wpseo-notification.php
[open]
[-] jetpack.php
[open]
[-] wpml.php
[open]
[-] exclude-elementor-post-types.php
[open]
[-] web-stories.php
[open]
[-] woocommerce.php
[open]
[-] wincher-publish.php
[open]
[-] woocommerce-permalinks.php
[open]
[-] web-stories-post-edit.php
[open]
[-] elementor.php
[open]
[+]
..
[-] amp.php
[open]
[-] w3-total-cache.php
[open]