Fix for notice if a user doesn't have a user_login
-
In
static function get_meta($author_id)
a failsafe would help before the line$author_login = $user->user_login;
if (empty( $user->user_login )) { return false; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fix for notice if a user doesn't have a user_login’ is closed to new replies.