public function verifyProdImageHash($hash)
 {
     require $this->cfg['paths']['plugin_dir_path'] . '/modules/assets_download/init.php';
     $WooZoneLightAssetDownloadCron = new WooZoneLightAssetDownload();
     return $WooZoneLightAssetDownloadCron->verifyProdImageHash($hash);
 }