Skip to content

Filter: apple_news_{$component_name}_html_enabled

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_{$component_name}_html_enabled', bool $enabled )

Lets themes and plugins override HTML settings for a component.

Parameters

$enabled

(bool) Whether HTML is enabled for this component.

Source

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

Clone this wiki locally