Skip to content

Filter: apple_news_parse_markdown

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_parse_markdown', string $content, DOMNodeList $nodes )

Allows for filtering of the formatted content before return.

Parameters

$content

(string) The content to filter.

$nodes

(DOMNodeList) The list of DOMElement nodes used initially.

Source

includes/apple-exporter/class-parser.php

Clone this wiki locally