Skip to content

Filter: apple_news_exporter_byline

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_exporter_byline', string $byline, int $post_id )

Filters the byline of an article before it is sent to Apple News.

Parameters

$byline

(string) The byline for the post.

$post_id

(int) The ID of the post.

More Information

The byline is used for the Byline component, if it is active.

Source

admin/apple-actions/index/class-export.php

Clone this wiki locally