WC_Customer_Download_Log_Data_Store_Interface::get_download_logs()publicWC 1.0

Get array of download log ids by specified args.

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

Хуков нет.

Возвращает

Массив. of WC_Customer_Download_Log

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

$WC_Customer_Download_Log_Data_Store_Interface = new WC_Customer_Download_Log_Data_Store_Interface();
$WC_Customer_Download_Log_Data_Store_Interface->get_download_logs( $args );
$args(массив)
Arguments.
По умолчанию: array()

Код WC_Customer_Download_Log_Data_Store_Interface::get_download_logs() WC 8.7.0

public function get_download_logs( $args = array() );