| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/cdc/wp-content/plugins/members/templates/ |
Upload File : |
<?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.');
}