|
@@ -1,4 +1,9 @@ |
|
1
|
1
|
<?php |
|
2
|
2
|
|
|
3
|
+if ( ! defined( 'ABSPATH' ) ) { |
|
4
|
+ // Exit if accessed directly. |
|
5
|
+ exit; |
|
6
|
+} |
|
7
|
+ |
|
3
|
8
|
include_once QI_BLOCKS_INC_PATH . '/comments/helper.php'; |
|
4
|
9
|
include_once QI_BLOCKS_INC_PATH . '/comments/class-qi-blocks-comments-rest-api.php'; |