changed all instances of fipf to cipf

This commit is contained in:
asus
2024-03-07 22:32:50 +01:00
parent f870f77a2c
commit be79310404
18 changed files with 170 additions and 92 deletions

View File

@@ -29,7 +29,7 @@ function restrict_author_page_CIPF() {
$current_user_id = get_current_user_id();
if ($current_user_id != $author_id) {
wp_redirect(home_url());
wp_redirect(home_url(), 301);
exit;
}
}