X7ROOT File Manager
Current Path:
/home/notabjze/tailoredplastiq.com/wp-content/plugins/jetpack/_inc/lib
home
/
notabjze
/
tailoredplastiq.com
/
wp-content
/
plugins
/
jetpack
/
_inc
/
lib
/
ðŸ“
..
ðŸ“
admin-pages
📄
class-jetpack-ai-helper.php
(13.83 KB)
📄
class-jetpack-blog-stats-helper.php
(2.73 KB)
📄
class-jetpack-currencies.php
(4.73 KB)
📄
class-jetpack-instagram-gallery-helper.php
(2.92 KB)
📄
class-jetpack-mapbox-helper.php
(3.16 KB)
📄
class-jetpack-podcast-feed-locator.php
(3.47 KB)
📄
class-jetpack-podcast-helper.php
(20.23 KB)
📄
class-jetpack-recommendations.php
(15.24 KB)
📄
class-jetpack-top-posts-helper.php
(4.48 KB)
📄
class.color.php
(21.79 KB)
📄
class.core-rest-api-endpoints.php
(148.07 KB)
📄
class.jetpack-automatic-install-skin.php
(293 B)
📄
class.jetpack-iframe-embed.php
(3.1 KB)
📄
class.jetpack-password-checker.php
(32.45 KB)
📄
class.jetpack-search-performance-logger.php
(3.62 KB)
📄
class.media-extractor.php
(21.57 KB)
📄
class.media-summary.php
(15.13 KB)
📄
class.media.php
(15.56 KB)
📄
components.php
(2.64 KB)
ðŸ“
core-api
ðŸ“
debugger
📄
debugger.php
(872 B)
📄
functions.wp-notify.php
(19.09 KB)
📄
icalendar-reader.php
(33.11 KB)
ðŸ“
markdown
📄
markdown.php
(344 B)
📄
plans.php
(1.89 KB)
📄
plugins.php
(209 B)
📄
tonesque.php
(6.85 KB)
📄
widgets.php
(26.19 KB)
Editing: debugger.php
<?php /** * Loading the various functions used for Jetpack Debugging. * * @package automattic/jetpack */ /* Jetpack Connection Testing Framework */ require_once __DIR__ . '/debugger/class-jetpack-cxn-test-base.php'; /* Jetpack Connection Tests */ require_once __DIR__ . '/debugger/class-jetpack-cxn-tests.php'; /* Jetpack Debug Data */ require_once __DIR__ . '/debugger/class-jetpack-debug-data.php'; /* The "In-Plugin Debugger" admin page. */ require_once __DIR__ . '/debugger/class-jetpack-debugger.php'; /* General Debugging Functions */ require_once __DIR__ . '/debugger/debug-functions.php'; add_filter( 'debug_information', array( 'Jetpack_Debug_Data', 'core_debug_data' ) ); add_filter( 'site_status_tests', 'jetpack_debugger_site_status_tests' ); add_action( 'wp_ajax_health-check-jetpack-local_testing_suite', 'jetpack_debugger_ajax_local_testing_suite' );
Upload File
Create Folder