|
@@ -7,8 +7,12 @@ |
|
7
|
7
|
|
|
8
|
8
|
use Automattic\Jetpack\Connection\Client; |
|
9
|
9
|
use Automattic\Jetpack\Status; |
|
10
|
10
|
|
|
11
|
+if ( ! defined( 'ABSPATH' ) ) { |
|
12
|
+ exit( 0 ); |
|
13
|
+} |
|
14
|
+ |
|
11
|
15
|
/** |
|
12
|
16
|
* Methods for accessing data through the WPCOM REST API |
|
13
|
17
|
* |
|
14
|
18
|
* @since 4.5.0 |