WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_author_posts_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/author-template.php apply_filters 333 /**
* Filters the link to the author page of the author of the current post.
*
* @since 2.9.0
*
* @param string $link HTML link.
*/

Hook Parameters

Parameter Type Name Description
string $link HTML link.