Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCSettingsIntegrations::get_page_id
Get the page ID for the settings page.
Метод класса: ExportWCSettingsIntegrations{}
Хуков нет.
Возвращает
string.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_page_id(): string;
Код ExportWCSettingsIntegrations::get_page_id() ExportWCSettingsIntegrations::get page id WC 11.1.1
protected function get_page_id(): string {
return 'integration';
}