WC_Product_Download::get_data
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 Product Download::get data WC 10.9.4
public function get_data() {
return array_merge( $this->extra_data, $this->data );
}