WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_author_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/author-template.php apply_filters 256 /**
* Filters the author URL link HTML.
*
* @since 6.0.0
*
* @param string $link The default rendered author HTML link.
* @param string $author_url Author's URL.
* @param WP_User $authordata Author user data.
*/

Hook Parameters

Parameter Type Name Description
string $link The default rendered author HTML link.
string $author_url Author's URL.
WP_User $authordata Author user data.