Skip to content

Filter: apple_news_author_byline_link

jomurgel edited this page Sep 29, 2021 · 1 revision

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

Allows for modification of the byline link used by WordPress authors and CoAuthors Plus.

Parameters

$link

(string) The author link to be filtered.

$author_id

(int) Author id for the URL being modified.

$author_nicename

(string) Author nicename for the URL being modified.

Source

includes/class-apple-news.php

Clone this wiki locally