fixed pbm find author id ouside loop
This commit is contained in:
@@ -136,7 +136,7 @@ function current_user_infos($atts) {
|
||||
}
|
||||
}
|
||||
else if ($id_is === 'author') {
|
||||
$user_id = get_author_id();
|
||||
$user_id = \CUSTER\get_author_id();
|
||||
}
|
||||
else {
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user