LLMS_User_Certificate::get_user_id()
Retrieve the user id of the user who earned the certificate
Contents
Return Return
(int)
Source Source
File: includes/models/model.llms.user.certificate.php
return $next_sequential_id; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 4.5.0 | Force return to an integer. |
| 3.9.0 | Unknown. |
| 3.8.0 | Introduced. |