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