WC_Customer_Download_Data_Store_Interface::get_downloads
Get array of download ids by specified args.
Метод класса: WC_Customer_Download_Data_Store_Interface{}
Хуков нет.
Возвращает
Массив. of WC_Customer_Download
Использование
$WC_Customer_Download_Data_Store_Interface = new WC_Customer_Download_Data_Store_Interface(); $WC_Customer_Download_Data_Store_Interface->get_downloads( $args );
- $args(массив)
- Arguments.
По умолчанию:array()
Код WC_Customer_Download_Data_Store_Interface::get_downloads() WC Customer Download Data Store Interface::get downloads WC 10.8.1
public function get_downloads( $args = array() );