Automattic\WooCommerce\Internal\CLI\Migrator\Lib
ImportSession::get_data_source
Метод класса: ImportSession{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ImportSession = new ImportSession(); $ImportSession->get_data_source();
Код ImportSession::get_data_source() ImportSession::get data source WC 11.1.1
public function get_data_source() {
return get_post_meta( $this->post_id, 'data_source', true );
}