检索Yahoo!当前帖子的作者的IM名称。
原型
get_the_author_yim()
返回值
(string)
作者的雅虎! IM名称。
源文件
路径:wp-includes/deprecated.php
<?php
...
function get_the_author_yim() {
_deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta('yim')' );
return get_the_author_meta('yim');
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/get_the_author_yim/