apply_filters( 'author_link', string $link, int $author_id, string $author_nicename )

Filters the URL to the author’s page.


Description


Parameters

$link

(string) The URL to the author's page.

$author_id

(int) The author's id.

$author_nicename

(string) The author's nice name.


Top ↑

Source

File: wp-includes/author-template.php

View on Trac


Top ↑

Changelog

Version Description
2.1.0 Introduced.