the_author_id

函数


the_author_id ( No parameters )
相关
  • the_author_meta()
定义位置
  • wp-includes/deprecated.php
    , line 1644
引入
0.71
弃用
2.8.0

显示当前文章的作者的ID。

function the_author_ID() {
	_deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('ID')' );
	the_author_meta('ID');
}