Skip to content

Filter: apple_news_exporter_slug

kevinfodness edited this page Aug 17, 2021 · 1 revision

apply_filters( 'apple_news_exporter_slug', string $slug, int $post_id )

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

Parameters

$slug

(string) The slug for the post.

$post_id

(int) The ID of the post.

Source

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

Clone this wiki locally