File: wp-includes/author-template.php
-
Filters the query arguments for the list of all authors of the site.
-
Filters whether to short-circuit performing the query for author post counts.
-
hookthe_author_link
Filters the author URL link HTML.
-
functionget_the_author_posts_link()
Retrieves an HTML link to the author page of the current post’s author.
-
function__clear_multi_author_cache()
Helper function to clear the cache for number of authors.
-
hookis_multi_author
Filters whether the site has more than one author with published posts.
-
functionthe_author_link()
Displays either author’s link or author’s name.
-
functionget_the_author_posts()
Retrieves the number of posts by the author of the current post.
-
functionthe_author_posts()
Displays the number of posts by the author of the current post.
-
functionthe_author_posts_link()
Displays an HTML link to the author page of the current post’s author.
-
Filters the display name of the author who last edited the current post.
-
Filters the link to the author page of the author of the current post.
-
functionthe_modified_author()
Displays the name of the author who last edited the current post, if the author’s ID is available.
-
functionget_author_posts_url()
Retrieves the URL to the author page for the user with the ID provided.
-
functionget_the_author_meta()
Retrieves the requested data of the author of the current post.
-
hookauthor_link
Filters the URL to the author’s page.
-
Filters the value of the requested user metadata.
-
functionwp_list_authors()
Lists all the authors of the site, with several options available.
-
functionthe_author_meta()
Outputs the field from the user’s DB object. Defaults to current post’s author.
-
functionis_multi_author()
Determines whether this site has more than one author.
-
Filters the value of the requested user metadata.
-
functionget_the_author_link()
Retrieves either author’s link or author’s name.
-
functionget_the_author()
Retrieves the author of the current post.
-
hookthe_author
Filters the display name of the current post’s author.
-
functionthe_author()
Displays the name of the author of the current post.
-
functionget_the_modified_author()
Retrieves the author who last edited the current post.