Skip to content

Filter: apple_news_get_json

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_get_json', string $json, int $post_id )

Similar to apple_news_generate_json, but modifies the JSON as it's retrieved from the workspace.

Parameters

$json

(string) The JSON string, after it is retrieved from the workspace.

$post_id

(int) The post ID.

Source

includes/apple-exporter/class-workspace.php

Clone this wiki locally