Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




get_the_author_yim [ WordPress Function ]

get_the_author_yim ( No parameters )
See:
Returns:
  • (string) The author's Yahoo! IM name.
Defined at:



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

Source


<?php
function get_the_author_yim() {
    
_deprecated_function__FUNCTION__'2.8''get_the_author_meta(\'yim\')' );
    return 
get_the_author_meta('yim');
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics