get_author_name
- get_author_name is deprecated since version 2.8.0!
Alternative: get_the_author_meta(\'display_name\')
get_author_name ( $auth_id = false )
Parameters:- (int) auth_id The ID of the author.
See:Returns:- (string) The author's display name.
Defined at: - Introduced in WordPress: 1.0.0
- Deprecated in WordPress: 2.8.0
Description
Retrieve the specified author's preferred display name.