From 101b0eb2e02a3ea389b51b58fcedf48cc1d1e802 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 21 Aug 2014 20:12:02 +0700 Subject: [PATCH] Added actions before and after all available downloads For `my-downloads.php` template file --- templates/myaccount/my-downloads.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/myaccount/my-downloads.php b/templates/myaccount/my-downloads.php index 726fb0f55aa..8295a74bf3f 100644 --- a/templates/myaccount/my-downloads.php +++ b/templates/myaccount/my-downloads.php @@ -15,6 +15,8 @@ if ( ! defined( 'ABSPATH' ) ) { if ( $downloads = WC()->customer->get_downloadable_products() ) : ?> + +

+ + \ No newline at end of file