Skip to content

Filter: apple_news_active_theme

Brendan Huffman edited this page Feb 15, 2023 · 3 revisions

apply_filters( 'apple_news_active_theme', string $theme_name, int $post_id )

Allows the active theme to be filtered during export on a per-post basis.

Parameters

$active_theme

(string) The name of the theme to use.

$post_id

(int) The ID of the post being exported.

Source

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

Clone this wiki locally