# wp-disable/trunk/includes/empty-comments-template.php

Featherweight, version trunk. 6 lines.

- Page: https://pluginprobe.com/plugins/wp-disable/trunk/code/includes/empty-comments-template.php
- Raw: https://pluginprobe.com/plugins/wp-disable/trunk/raw/includes/empty-comments-template.php
- Modified: 2026-06-05T06:27:32+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/wp-disable/trunk/code/includes/empty-comments-template.php#L10-L20`.

```php
<?php
defined( 'ABSPATH' ) || exit; // Prevent direct access.
/**
 * Replaces theme's comment template when comments are disabled.
 */

```
