get_the_author_email [ WordPress Function ]
get_the_author_email ( No parameters )
| See: | |
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: the_author_email, get_the_author_aim, get_the_author_meta, get_the_author_id, get_the_author_msn
Retrieve the email of the author of the current post.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/the author email « WordPress Codex
Note the example uses get_the_author_email() function, because the_author_email() echoes the address before antispambot() can act upon it.
codex.wordpress.org - WordPress › Support » Gravatar not showing on Author Profile page
<?php echo get_avatar( get_the_author_email(), '63' ); ?> <?php echo ... isn't the above preferred over get_the_author_email(),. not sure if that would make a ...
wordpress.org - get_the_author_email (WordPress Function) - WPSeek.com
WordPress lookup for get_the_author_email, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - get_the_author_email | A HitchHackers guide through WordPress
Feb 12, 2011 ... Source code. function get_the_author_email() { _deprecated_function( __FUNCTION__, '2.8', 'get_the_author_meta(\'email\')' ); return ...
hitchhackerguide.com