forked from beezwax/WP-Publish-to-Apple-News
-
Notifications
You must be signed in to change notification settings - Fork 71
Filter: apple_news_exporter_content
kevinfodness edited this page Oct 23, 2020
·
1 revision
Filters the HTML of a post after the_content
filter is called, but
before the HTML is parsed into Apple News Format.
$content
(string) The HTML content of the post, after the_content
filter has been run.
$post_id
(int) The ID of the post.
This filter could be useful to remove content known to be incompatible with Apple News, or to add content stored in other areas of the database, such as postmeta or custom database tables.
For support, please file an issue here on GitHub or visit the WordPress.org support forum.