Automattic\WooCommerce\Admin

DataSourcePoller::get_specs_from_data_sources()publicWC 1.0

Deprecated from version 8.8.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

Reads the data sources for specs and persists those specs.

Method of the class: DataSourcePoller{}

No Hooks.

Returns

Array. list of specs.

Usage

$DataSourcePoller = new DataSourcePoller();
$DataSourcePoller->get_specs_from_data_sources();

Changelog

Deprecated since 8.8.0

DataSourcePoller::get_specs_from_data_sources() code WC 9.8.5

public function get_specs_from_data_sources() {
	self::log_deprecation();
	return parent::get_specs_from_data_sources();
}