public function get_asset_multiple($nb_dw = 'all', $inprogress = false, $include_err = false)
 {
     require $this->the_plugin->cfg['paths']['plugin_dir_path'] . '/modules/assets_download/init.php';
     $WooZoneLightAssetDownloadCron = new WooZoneLightAssetDownload();
     return $WooZoneLightAssetDownloadCron->get_asset_multiple($nb_dw, $inprogress, $include_err);
 }