updated filter email to filter the author page special keyword

This commit is contained in:
asus
2024-03-07 19:03:42 +01:00
parent 31c3ed55f4
commit 4916defcaa
4 changed files with 55 additions and 29 deletions

View File

@@ -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;