edd_count_file_downloads_of_user( mixed $user )
Counts the total number of files a user (or customer if an email address is given) has downloaded
Description Description
Parameters Parameters
- $user
-
(Required) - ID or email
Return Return
(int) - The total number of files the user has downloaded
Source Source
File: includes/user-functions.php
Changelog Changelog
Version | Description |
---|---|
1.3 | Introduced. |