Automattic\WooCommerce\Internal\CLI\Migrator\Lib
ImportSession::get_data_source
Method of the class: ImportSession{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ImportSession = new ImportSession(); $ImportSession->get_data_source();
ImportSession::get_data_source() ImportSession::get data source code WC 10.7.0
public function get_data_source() {
return get_post_meta( $this->post_id, 'data_source', true );
}