Automattic\WooCommerce\Admin\Settings

SettingsSectionInterface::get_labelpublicWC 10.9.0

Get the section label.

Method of the class: SettingsSectionInterface{}

No Hooks.

Returns

String.

Usage

$SettingsSectionInterface = new SettingsSectionInterface();
$SettingsSectionInterface->get_label(): string;

Changelog

Since 10.9.0 Introduced.

SettingsSectionInterface::get_label() code WC 11.0.1

public function get_label(): string;