Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettings::exportpublicWC 1.0

Export WooCommerce settings.

Метод класса: ExportWCSettings{}

Хуков нет.

Возвращает

SetSiteOptions.

Использование

$ExportWCSettings = new ExportWCSettings();
$ExportWCSettings->export();

Код ExportWCSettings::export() WC 11.1.0

public function export() {
	return new SetSiteOptions( $this->setting_options->get_page_options( $this->get_page_id() ) );
}