EDD Log Count For Downloads
-
Before upgrading to EDD 3 on the Edit Download Product page, I was using a simple plugin which just shows me the total number of downloads for that product.
Since EDD 3.0 it has stopped working now and the plugin author is no longer available.
Has something changed in EDD 3 with regards to the code below
global $edd_logs; $downloads = $edd_logs->get_log_count( get_the_ID(), 'file_download' ); echo "Total Downloads: " . $downloads;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘EDD Log Count For Downloads’ is closed to new replies.