X7ROOT File Manager
Current Path:
/home/notabjze/crypfinite.com/wp-content/plugins/jetpack/3rd-party
home
/
notabjze
/
crypfinite.com
/
wp-content
/
plugins
/
jetpack
/
3rd-party
/
ðŸ“
..
📄
3rd-party.php
(2.85 KB)
📄
amp.php
(745 B)
📄
atomic.php
(1023 B)
📄
bbpress.php
(2.03 KB)
📄
beaverbuilder.php
(477 B)
📄
bitly.php
(982 B)
📄
buddypress.php
(503 B)
📄
class-domain-mapping.php
(4.12 KB)
📄
class-jetpack-bbpress-rest-api.php
(4.39 KB)
📄
class.jetpack-amp-support.php
(15.97 KB)
📄
creative-mail.php
(3.26 KB)
ðŸ“
debug-bar
📄
debug-bar.php
(733 B)
📄
jetpack-backup.php
(2.75 KB)
📄
jetpack-boost.php
(2.8 KB)
📄
qtranslate-x.php
(634 B)
📄
vaultpress.php
(2.12 KB)
📄
web-stories.php
(979 B)
📄
woocommerce-services.php
(3.45 KB)
📄
woocommerce.php
(3.77 KB)
📄
wpcom-reader.php
(1.74 KB)
📄
wpml.php
(1.59 KB)
Editing: web-stories.php
<?php /** * Compatibility functions for the Web Stories plugin. * https://wordpress.org/plugins/web-stories/ * * @since 9.2.0 * * @package automattic/jetpack */ namespace Automattic\Jetpack\Web_Stories; if ( ! defined( 'ABSPATH' ) ) { exit( 0 ); } /** * Filter to enable web stories built in open graph data from being output. * If Jetpack is already handling Open Graph Meta Tags, the Web Stories plugin will not output any. * * @param bool $enabled If web stories open graph data is enabled. * * @return bool */ function maybe_disable_open_graph( $enabled ) { /** This filter is documented in class.jetpack.php */ $jetpack_enabled = apply_filters( 'jetpack_enable_open_graph', false ); if ( $jetpack_enabled ) { $enabled = false; } return $enabled; } add_filter( 'web_stories_enable_open_graph_metadata', __NAMESPACE__ . '\maybe_disable_open_graph' ); add_filter( 'web_stories_enable_twitter_metadata', __NAMESPACE__ . '\maybe_disable_open_graph' );
Upload File
Create Folder