updated som error in filter email for special query author page
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user