|
@@ -11,8 +11,12 @@ |
|
11
|
11
|
* |
|
12
|
12
|
* @package automattic/jetpack |
|
13
|
13
|
*/ |
|
14
|
14
|
|
|
15
|
+if ( ! defined( 'ABSPATH' ) ) { |
|
16
|
+ exit( 0 ); |
|
17
|
+} |
|
18
|
+ |
|
15
|
19
|
add_shortcode( 'ustream', 'ustream_shortcode' ); |
|
16
|
20
|
add_shortcode( 'ustreamsocial', 'ustreamsocial_shortcode' ); |
|
17
|
21
|
|
|
18
|
22
|
/** |