Get Downloads per User
-
Hi,
I have been using your plugin for long time in one of my websites. Something I really wanted to do for a while, but couldn’t, is to provide a page to logged users where they can see the Downloaded files. In understand this is not yet coded, but would be possible to suggest adding an do_action() line inside this method?:
add_action(‘template_redirect’, ‘download_file’, 5);
function download_file() {
…I suggest to pass the $user_ID, the $dl_id,
Having this will allow us to hook into it and record every time someone downloads a file. Then, this can be presented to the user under his own account.
Regards,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Get Downloads per User’ is closed to new replies.