# qi-blocks/1.5.3/inc/comments/include.php

Qi Blocks, version 1.5.3. 10 lines.

- Page: https://pluginprobe.com/plugins/qi-blocks/1.5.3/code/inc/comments/include.php
- Raw: https://pluginprobe.com/plugins/qi-blocks/1.5.3/raw/inc/comments/include.php
- Modified: 2026-09-10T09:25:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/qi-blocks/1.5.3/code/inc/comments/include.php#L10-L20`.

```php
<?php

if ( ! defined( 'ABSPATH' ) ) {
	// Exit if accessed directly.
	exit;
}

include_once QI_BLOCKS_INC_PATH . '/comments/helper.php';
include_once QI_BLOCKS_INC_PATH . '/comments/class-qi-blocks-comments-rest-api.php';

```
