get_the_author_yim()

最后更新于:2021-11-27 01:32:29

get_the_author_yim()

Retrieve the Yahoo! IM name of the author of the current post.

响应

(string) The author’s Yahoo! IM name.

源文件

文件: gc-includes/deprecated.php

function get_the_author_yim() {
	_deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta('yim')' );
	return get_the_author_meta('yim');
}