the_author_icq

函数
the_author_icq ( No parameters )
相关
  • the_author_meta()
定义位置
相关方法
the_author_idget_the_author_icqthe_author_yimthe_author_aimthe_author_link
引入
0.71
弃用
2.8.0

the_author_icq: 这个函数显示当前文章的作者或指定用户的ICQ号码。如果该用户没有ICQ号码,则不显示。

显示当前文章的作者的ICQ号码。

function the_author_icq() {
	_deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('icq')' );
	the_author_meta('icq');
}

常见问题

FAQs
查看更多 >