Filter: apple_news_section_groups - alleyinteractive/apple-news GitHub Wiki

apply_filters( 'apple_news_section_groups', array $groups, string $page )

Modifies the groups for the settings page.

Parameters

$groups

(array) An array of groups for this section.

$page

(string) The name of the settings page.

More Information

This could be used to add or remove a group or reorder them.

Source

admin/settings/class-admin-apple-settings-section.php