Action: apple_news_before_setting_group - alleyinteractive/apple-news GitHub Wiki
do_action( 'apple_news_before_setting_group', array $group, bool $hidden )
Allows custom HTML to be printed before the start of a setting group on the theme edit page.
Parameters
$group
(array) Information about the setting group. Contains the following keys:
label
(string) - The group label.
description
(string) - Optional. The group description. If there is no description, then this property is not set.
settings
(array) - An array of settings keys in this group.
$hidden
(bool) Whether this setting group is hidden or not.