HEX
Server: Apache/2.4.63 (Unix)
System: Linux TOMS-220NAS 4.4.302+ #86009 SMP Wed Nov 26 18:19:17 CST 2025 x86_64
User: flavio87 (1026)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /volume1/web/qrcodesforeveryone/wp-content/plugins/members/templates/comments.php
<?php
/**
 * This file is used to disable the comments and comments form from showing comments on posts that a user
 * doesn't have access to.  The use of this file assumes that the theme properly uses the comments_template()
 * function.  This is required because the plugin hooks into the 'comments_template' filter hook to load this
 * empty file.
 *
 * Theme authors can overwrite this with a `comments-no-access.php` template in their themes.
 */
if (!defined('ABSPATH')) {
    die('You are not allowed to call this page directly.');
}