Filter: apple_news_parse_html - alleyinteractive/apple-news GitHub Wiki
apply_filters( 'apple_news_parse_html', string $content, string $html )
Allows for filtering of the formatted content before return.
Parameters
$content
(string) The content to filter.
$html
(string) The original HTML, before filtering was applied.