|
@@ -7,8 +7,12 @@ |
|
7
|
7
|
* |
|
8
|
8
|
* @package automattic/jetpack |
|
9
|
9
|
*/ |
|
10
|
10
|
|
|
11
|
+if ( ! defined( 'ABSPATH' ) ) { |
|
12
|
+ exit( 0 ); |
|
13
|
+} |
|
14
|
+ |
|
11
|
15
|
if ( ! shortcode_exists( 'spotify' ) ) { |
|
12
|
16
|
add_shortcode( 'spotify', 'jetpack_spotify_shortcode' ); |
|
13
|
17
|
} |
|
14
|
18
|
|