Switch language
wpseek on Twitter


A WordPress-centric search engine for devs and theme authors




the_author_yim [ ]

the_author_yim ( No parameters )
See:
Defined at:
Codex



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

Source

function the_author_yim() {
	_deprecated_function( __FUNCTION__, '2.8', 'the_author_meta(\'yim\')' );
	the_author_meta('yim');
}

Examples [ wp-snippets.com ]

Top Google Search Results

More ...

User discussions [ wordpress.org ]

0 User Note(s)

None yet. Be the first!

Add New ...