Skip to content

Filter: apple_news_bundle_source

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_bundle_source', string $source, string $filename, int $post_id )

Allows for modification of bundle URLs before processing.

Parameters

$source

(string) The source URL to be filtered.

$filename

(string) The filename being used by the bundler.

$post_id

(int) The post ID for the post being processed.

Source

includes/apple-exporter/builders/class-builder.php

Clone this wiki locally