Automattic\WooCommerce\Admin\Settings

SettingsSectionInterface::get_idpublicWC 10.9.0

Get the section id.

Method of the class: SettingsSectionInterface{}

No Hooks.

Returns

String.

Usage

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

Changelog

Since 10.9.0 Introduced.

SettingsSectionInterface::get_id() code WC 11.0.1

public function get_id(): string;