Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsAdvanced::get_page_idprotectedWC 1.0

Get the page ID for the settings page.

Method of the class: ExportWCSettingsAdvanced{}

No Hooks.

Returns

String.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_page_id(): string;

ExportWCSettingsAdvanced::get_page_id() code WC 9.9.4

protected function get_page_id(): string {
	return 'advanced';
}