apply_filters( 'the_author_link', string $link, string $author_url, WP_User $authordata )

Filters the author URL link HTML.


Parameters

$link

The default rendered author HTML link.

$author_url

Author's URL.

$authordata

Author user data.


Source

File: wp-includes/author-template.php

View on GitHub



Changelog

Changelog
Version Description
6.0.0 Introduced.