Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsIntegrations::get_page_idprotectedWC 1.0

Get the page ID for the settings page.

Method of the class: ExportWCSettingsIntegrations{}

No Hooks.

Returns

String.

Usage

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

ExportWCSettingsIntegrations::get_page_id() code WC 9.9.4

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