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

Filters the author URL link HTML.


Parameters

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

Top ↑

Source

File: wp-includes/author-template.php. View all references

return apply_filters( 'the_author_link', $link, $author_url, $authordata );


Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.