ID, true ); $purchase_data = edd_get_payment_meta( $payment->ID ); $email = edd_get_payment_user_email( $payment->ID ); if ( $downloads ) : foreach ( $downloads as $download ) : // Skip over Bundles. Products included with a bundle will be displayed individually if ( edd_is_bundled_product( $download['id'] ) ) continue; ?> ID ); } do_action( 'edd_download_history_row_start', $payment->ID, $download['id'] ); ?> ID, $download['id'] ); ?>
ID ) ) : if ( $download_files ) : foreach ( $download_files as $filekey => $file ) : $download_url = edd_get_download_file_url( $purchase_data['key'], $email, $filekey, $download['id'], $price_id ); ?> ID, $purchase_data ); endforeach; else : esc_html_e( 'No downloadable files found.', 'bmci' ); endif; // End if payment complete else : ?>