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