forked from beezwax/WP-Publish-to-Apple-News
-
Notifications
You must be signed in to change notification settings - Fork 71
Filter: apple_news_exporter_language
kevinfodness edited this page Oct 23, 2020
·
1 revision
Filters the language of the article.
$language
(string) The language value to be filtered.
$post_id
(int) The ID of the post.
The language is pulled from the WordPress settings using
get_bloginfo( 'language' )
.
For support, please file an issue here on GitHub or visit the WordPress.org support forum.