WC_Customer_Download_Log_Data_Store_Interface::get_download_logs()publicWC 1.0

Get array of download log ids by specified args.

Method of the class: WC_Customer_Download_Log_Data_Store_Interface{}

No Hooks.

Return

Array. of WC_Customer_Download_Log

Usage

$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(array)
Arguments.
Default: array()

WC_Customer_Download_Log_Data_Store_Interface::get_download_logs() code WC 8.7.0

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