get_the_author_yim [ WordPress Function ]
get_the_author_yim ( No parameters )
| See: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_the_author_aim, get_the_author_id, get_the_author_icq, get_the_author_msn, the_author_yim
Retrieve the Yahoo! IM name of the author of the current post.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- <?php /** * Author Template functions for use in themes. * * These ...
IM name of the author of the current post. * * @link http://codex.wordpress.org/ Template_Tags/the_author_yim * @since 0.71 * @see get_the_author_yim() ...
core.svn.wordpress.org - <?php /** * Author Template functions for use in themes ...
function get_the_author_yim() { global $authordata; return $authordata->yim; ... @since 0.71 * @see get_the_author_yim() */ function the_author_yim() { echo ...
core.svn.wordpress.org - <?php function get_the_author($deprecated = '') { global ...
... $authordata->aim); } function the_author_aim() { echo get_the_author_aim(); } function get_the_author_yim() { global $authordata; return $authordata->yim; ...
core.svn.wordpress.org - authordata « Abhijit Nadgouda @ iface
Mar 17, 2006... get_the_author_icq() returns the author's ICQ ID. get_the_author_aim() returns the author's AIM ID. get_the_author_yim() returns the author's ...
iface.wordpress.com