WC_Product_Download::get_datapublicWC 1.0

Returns all data for this object.

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

Хуков нет.

Возвращает

Массив.

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

$WC_Product_Download = new WC_Product_Download();
$WC_Product_Download->get_data();

Код WC_Product_Download::get_data() WC 10.9.4

public function get_data() {
	return array_merge( $this->extra_data, $this->data );
}