| 1 |
<?php |
| 2 |
/** |
| 3 |
* Loading the various functions used for Jetpack Debugging. |
| 4 |
* |
| 5 |
* @package Jetpack. |
| 6 |
*/ |
| 7 |
|
| 8 |
/* Jetpack Connection Testing Framework */ |
| 9 |
require_once 'class-jetpack-cxn-test-base.php'; |
| 10 |
/* Jetpack Connection Tests */ |
| 11 |
require_once 'class-jetpack-cxn-tests.php'; |
| 12 |
/* The "In-Plugin Debugger" admin page. */ |
| 13 |
require_once 'class-jetpack-debugger.php'; |
| 14 |
|