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

Qi Blocks, version 1.2. 5 lines.

- Page: https://pluginprobe.com/plugins/qi-blocks/1.2/code/inc/comments/include.php
- Raw: https://pluginprobe.com/plugins/qi-blocks/1.2/raw/inc/comments/include.php
- Modified: 2023-06-29T11:30:58+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.2/code/inc/comments/include.php#L10-L20`.

```php
<?php

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

```
