Skip to content

Filter: apple_news_exporter_title

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_exporter_title', string $title, int $post_id )

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

Parameters

$title

(string) The title of the post.

$post_id

(int) The ID of the post.

Source

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

Clone this wiki locally