get_the_author_email [ WordPress Function ]
get_the_author_email ( No parameters )
| See: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: 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 ]
Top Google zoekresultaten
- 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 » Profile pic on pages not posts
Right now I have <?php echo get_avatar( get_the_author_email(), '50' ); ?> in the loop but that has resulted in authors images being on both post and pages.
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 ... function get_the_author_email() { _deprecated_function( ... Fatal error: Cannot redeclare get_the_author_email() (previously declared in ...
hitchhackerguide.com