get_the_author_msn [ WordPress Function ]
get_the_author_msn ( No parameters )
| See: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_the_author_yim, get_the_author_aim, the_author_msn, get_the_author, get_the_author_id
Retrieve the MSN address of the author of the current post.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- <?php function get_the_author($deprecated = '') { global ...
... get_the_author_yim() { global $authordata; return $authordata->yim; } function the_author_yim() { echo get_the_author_yim(); } function get_the_author_msn() ...
core.svn.wordpress.org - <?php /** * Author Template functions for use in themes ...
function get_the_author_msn() { global $authordata; return $authordata->msn; } / ** * the_author_msn() - Echo the MSN address of the author of the current post ...
core.svn.wordpress.org - <?php /** * Author Template functions for use in themes. * * These ...
@return string The author's MSN address. */ function get_the_author_msn() { global $authordata; return $authordata->msn; } /** * Display the MSN address of ...
core.svn.wordpress.org - authordata « Abhijit Nadgouda @ iface
Mar 17, 2006 ... Messenger ID. get_the_author_msn() returns the author's MSN Messenger ID. get_the_author_posts() returns the author's posts.
iface.wordpress.com