get_the_author_icq [ WordPress Function ]
get_the_author_icq ( No parameters )
| See: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_the_author_id, get_the_author_yim, get_the_author_aim, the_author_icq, get_the_author
Retrieve the ICQ number of the author of the current post.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- WordPress › Support » Add (ICQ) field to user's profile
In the file 'template-functions-author.php' I've found the function ' get_the_author_icq()' and tried to add the user's icq# after the fashion of template functions in ...
wordpress.org - <?php function get_the_author($deprecated = '') { global ...
... else { the_author(); } } function get_the_author_icq() { global $authordata; return $authordata->icq; } function the_author_icq() { echo get_the_author_icq(); } ...
core.svn.wordpress.org - <?php /** * Author Template functions for use in themes ...
function get_the_author_icq() { global $authordata; return $authordata->icq; ... @ since 0.71 * @see get_the_author_icq() */ function the_author_icq() { echo ...
core.svn.wordpress.org - authordata « Abhijit Nadgouda @ iface
Mar 17, 2006... get_the_author_url() returns URL of the author's website. get_the_author_icq() returns the author's ICQ ID. get_the_author_aim() returns the ...
iface.wordpress.com