Skip to content

Action: apple_news_before_setting_group

kevinfodness edited this page Oct 23, 2020 · 2 revisions

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.

Source

admin/partials/page-theme-edit.php

Clone this wiki locally