Filters the URL to the author's page.
$linkstring$author_idint$author_nicenamestringwp-includes/author-template.php:398get_author_posts_url()<?php * @since 2.1.0 * * @param string $link The URL to the author's page. * @param int $author_id The author's ID. * @param string $author_nicename The author's nice name. */ $link = apply_filters( 'author_link', $link, $author_id, $author_nicename ); return $link;} /** * Lists all the authors of the site, with several options available.Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.