Skip to content

Filter: apple_news_apply_hanging_punctuation

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_apply_hanging_punctuation', string $modified_text, string $text )

Allows for modification of a quote with hanging punctuation enabled.

Parameters

$modified_text

(string) The modified text to be filtered.

$text

(string) The original text for the quote.

Source

includes/apple-exporter/components/class-quote.php

Clone this wiki locally