Automattic\WooCommerce\Admin\Settings

SettingsSectionInterface::get_settingspublicWC 10.9.0

Get legacy settings for this section.

Method of the class: SettingsSectionInterface{}

No Hooks.

Returns

Array.

Usage

$SettingsSectionInterface = new SettingsSectionInterface();
$SettingsSectionInterface->get_settings( $parent_page ): array;
$parent_page(WC_Settings_Page) (required)
Parent settings page.

Changelog

Since 10.9.0 Introduced.

SettingsSectionInterface::get_settings() code WC 11.0.1

public function get_settings( \WC_Settings_Page $parent_page ): array;