the_author_id ( No parameters )
the_author_id: 该函数显示当前文章的作者或指定用户的ID。
显示当前文章的作者的ID。
function the_author_ID() { _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('ID')' ); the_author_meta('ID'); }