Filter: apple_news_bundle_source - alleyinteractive/apple-news GitHub Wiki
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.