LLMS_User_Achievement::get_user_id()
Retrieve the user id of the user who earned the achievement
Description Description
Return Return
(int)
Source Source
File: includes/models/model.llms.user.achievement.php
public function get_user_id() { $meta = $this->get_user_postmeta(); return $meta->user_id; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: