Skip to content

Filter: apple_news_exporter_language

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_exporter_language', string $language, int $post_id )

Filters the language of the article.

Parameters

$language

(string) The language value to be filtered.

$post_id

(int) The ID of the post.

More Information

The language is pulled from the WordPress settings using get_bloginfo( 'language' ).

Source

includes/apple-exporter/class-exporter.php

Clone this wiki locally