|
@@ -4,8 +4,12 @@ |
|
4
|
4
|
* |
|
5
|
5
|
* @package automattic/jetpack |
|
6
|
6
|
*/ |
|
7
|
7
|
|
|
8
|
+if ( ! defined( 'ABSPATH' ) ) { |
|
9
|
+ exit( 0 ); |
|
10
|
+} |
|
11
|
+ |
|
8
|
12
|
require_once __DIR__ . '/class.json-api-platform.php'; |
|
9
|
13
|
|
|
10
|
14
|
/** |
|
11
|
15
|
* Base class for WPORG_Platform, which extends SAL_Platform |