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