Skip to content

Filter: apple_news_exporter_excerpt

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_exporter_excerpt', string $excerpt, int $post_id )

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

Parameters

$excerpt

(string) The excerpt of the post.

$post_id

(int) The ID of the post.

More Information

The excerpt is used for the Intro component, if it is active.

Source

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

Clone this wiki locally