216*217* @since 2.8.0218*219* @param string$author_meta The value of the metadata.220* @param int|false$user_id The user ID.221*/222echoapply_filters("the_author_{$field}",$author_meta,$user_id);223}224225/**226* Retrieves either author's link or author's name.227*228*If the author has a home page set,return an HTML link, otherwise just return
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.