WC_Customer_Download_Log_Data_Store_Interface::get_download_logs
Get array of download log ids by specified args.
Method of the class: WC_Customer_Download_Log_Data_Store_Interface{}
No Hooks.
Returns
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() WC Customer Download Log Data Store Interface::get download logs code WC 10.6.2
public function get_download_logs( $args = array() );