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 10.7.0
protected function get_page_id(): string {
return 'integration';
}