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: debug-bar.php
<?php /** * 3rd Party integration for Debug Bar. * * @package automattic/jetpack */ /** * Checks if the search module is active, and if so, will initialize the singleton instance * of Jetpack_Search_Debug_Bar and add it to the array of debug bar panels. * * @param array $panels The array of debug bar panels. * @return array $panel The array of debug bar panels with our added panel. */ function init_jetpack_search_debug_bar( $panels ) { if ( ! Jetpack::is_module_active( 'search' ) ) { return $panels; } require_once __DIR__ . '/debug-bar/class-jetpack-search-debug-bar.php'; $panels[] = Jetpack_Search_Debug_Bar::instance(); return $panels; } add_filter( 'debug_bar_panels', 'init_jetpack_search_debug_bar' );
Upload File
Create Folder