Automattic\WooCommerce\Internal\Admin\Settings

LegacySettingsPageAdapter::get_page_idpublicWC 1.0

{@inheritDoc}

Method of the class: LegacySettingsPageAdapter{}

No Hooks.

Returns

null. Nothing (null).

Usage

$LegacySettingsPageAdapter = new LegacySettingsPageAdapter();
$LegacySettingsPageAdapter->get_page_id(): string;

LegacySettingsPageAdapter::get_page_id() code WC 10.9.1

public function get_page_id(): string {
	return $this->settings_page->get_id();
}