
最常见的WordPress函数
the_author_nickname ( No parameters )
the_author_nickname: 此函数显示当前文章的作者或指定用户的昵称。
显示当前文章的作者的昵称。
function the_author_nickname() { _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('nickname')' ); the_author_meta('nickname'); }