summaryrefslogtreecommitdiff
blob: de77dfc4fe97bac48fae6aa848c9eb4d64e342c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * WordPress IXR classes aren't always loaded by default.
 *
 * Here we ensure that they are loaded before we declare our implementations.
 *
 * @package automattic/jetpack-connection
 * @since 7.7
 */

if ( defined( 'ABSPATH' ) && defined( 'WPINC' ) ) {
	require_once ABSPATH . WPINC . '/class-IXR.php';
}