id ) . ' — ' . apply_filters( 'woocommerce_admin_download_permissions_title', $product->get_title(), $download->product_id, $download->order_id, $download->order_key, $download->download_id ) . ' — ' . esc_html( $file_count ) . ': ' . wc_get_filename_from_url( $product->get_file_download_path( $download->download_id ) ) . ' — ' . sprintf( _n( 'Downloaded %s time', 'Downloaded %s times', absint( $download->download_count ), 'woocommerce' ), absint( $download->download_count ) ); ?>

$download->product_id, 'order' => $download->order_key, 'email' => urlencode( $download->user_email ), 'key' => $download->download_id, ), trailingslashit( home_url() ) ); echo '' . esc_html( $file_count ) . ''; ?>