Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCSettingsIntegrations::get_page_id
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() ExportWCSettingsIntegrations::get page id code WC 9.9.4
protected function get_page_id(): string { return 'integration'; }