apply_filters( 'author_link', string $link , int $author_id , string $author_nicename )
Filters the URL to the author’s page.
Parameters 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.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Example migrated from Codex:
If you add the following to the
functions.php
file of your child themes, you can modify the author link for all posts or using conditional tags.