显示Yahoo!当前帖子的作者的IM名称。
原型
the_author_yim()
源文件
路径:wp-includes/deprecated.php
<?php
...
function the_author_yim() {
_deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('yim')' );
the_author_meta('yim');
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/the_author_yim/