We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
$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.
label (string) - The group label.
label
description (string) - Optional. The group description. If there is no description, then this property is not set.
description
settings (array) - An array of settings keys in this group.
settings
$hidden
(bool) Whether this setting group is hidden or not.
admin/partials/page-theme-edit.php
General
Advanced