Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCSettingsAccount::get_page_id
Get the page ID for the settings page.
Method of the class: ExportWCSettingsAccount{}
No Hooks.
Returns
String
.
Usage
// protected - for code of main (parent) or child class $result = $this->get_page_id(): string;
ExportWCSettingsAccount::get_page_id() ExportWCSettingsAccount::get page id code WC 9.9.5
protected function get_page_id(): string { return 'account'; }