forked from beezwax/WP-Publish-to-Apple-News
-
Notifications
You must be signed in to change notification settings - Fork 71
Action: apple_news_after_setting_group
kevinfodness edited this page Oct 23, 2020
·
2 revisions
Allows custom HTML to be printed after the end 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.
$hidden
(bool) Whether this setting group is hidden or not.
For support, please file an issue here on GitHub or visit the WordPress.org support forum.