Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettings::exportpublicWC 1.0

Export WooCommerce settings.

Method of the class: ExportWCSettings{}

No Hooks.

Returns

SetSiteOptions.

Usage

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

ExportWCSettings::export() code WC 10.6.2

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