Skip to content

Filter: apple_news_get_bundles

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_get_bundles', array $bundles, int $post_id )

Modifies the list of bundled assets. This is an array of images that were located in the post and need to be sent to Apple News.

Parameters

$bundles

(array) The bundles for this post.

$post_id

(int) The post ID.

Source

includes/apple-exporter/class-workspace.php

Clone this wiki locally