updated filter email to filter the author page special keyword
This commit is contained in:
@@ -14,8 +14,6 @@ function restrict_author_page_CIPF() {
|
||||
if (!is_author())
|
||||
return;
|
||||
|
||||
error_log("in restrict_author_page_CIPF");
|
||||
|
||||
$can_access = false;
|
||||
if (current_user_can('administrator')) {
|
||||
$can_access = true;
|
||||
|
||||
Reference in New Issue
Block a user