Automattic\WooCommerce\Admin\Settings

SettingsSectionInterface::get_parent_page_idpublicWC 10.9.0

Get the parent WooCommerce settings page id.

Method of the class: SettingsSectionInterface{}

No Hooks.

Returns

String.

Usage

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

Changelog

Since 10.9.0 Introduced.

SettingsSectionInterface::get_parent_page_id() code WC 11.0.1

public function get_parent_page_id(): string;