wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
get_the_author_msn [ WordPress Function ]
| Siehe: | |
| Gibt zurück: |
|
| Definiert in: |
|
Retrieve the MSN address of the author of the current post.
Beispiele [ wp-snippets.com ]
Top Google Suchergebnisse
- <?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 - get_the_password_form (WordPress Function) - WPSeek.com
Similar Functions: get_the_author_url, get_the_author_msn, get_the_author_firstname, get_the_author_aim, get_the_author_yim. Retrieve protected post ...
wpseek.com