the_author_link() WP 1.0
Display either author's link or author's name.
If the author has a home page set, echo an HTML link, otherwise just echo the author's name.
Works based on: get_the_author_link()
1 time = 0.000045s = very fast | 50000 times = 0.28s = very fast | PHP 7.1.2, WP 4.7.3
No Hooks.
Return
Null. Nothing.
Usage
the_author_link();
Changelog
Since 2.1.0 | Introduced. |
Code of the_author_link() the author link WP 5.6
function the_author_link() {
echo get_the_author_link();
}Related Functions
From tag: Link (tag A in HTML)
More from category: Other
- auth_redirect()
- count_many_users_posts()
- count_user_posts()
- count_users()
- email_exists()
- get_author_posts_url()
- get_current_user_id()
- get_editable_roles()
- get_the_author()