Skip to content

Filter: apple_news_parse_html

kevinfodness edited this page Oct 23, 2020 · 1 revision

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.

Source

includes/apple-exporter/class-parser.php

Clone this wiki locally