Automattic\WooCommerce\Internal\Admin\Settings
LegacySettingsPageAdapter::get_page_id
{@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() LegacySettingsPageAdapter::get page id code WC 10.9.1
public function get_page_id(): string {
return $this->settings_page->get_id();
}