author_link

Advertisement

Summery Summery

Filters the URL to the author’s page.

Syntax Syntax

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

Parameters Parameters

$link

The URL to the author's page.

$author_id

The author's ID.

$author_nicename

The author's nice name.

Source Source

File: wp-includes/author-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Advertisement

Leave a Reply