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