updated som error in filter email for special query author page

This commit is contained in:
asus
2024-03-07 19:08:03 +01:00
parent 4916defcaa
commit afd34e5296

View File

@@ -44,7 +44,7 @@ function replace_words_CIPF($matches, $user_id = null) {
* return author page url * return author page url
* *
*/ */
if ($querry === '__page_author__') { if ($query === '__author_page__') {
$current_user_id = get_current_user_id(); $current_user_id = get_current_user_id();
$result = get_author_posts_url($current_user_id); $result = get_author_posts_url($current_user_id);
} }