Skip to content

Filter: apple_news_section_groups

kevinfodness edited this page Oct 23, 2020 · 1 revision

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

Clone this wiki locally