LLMS_User_Achievement::get_user_id()

Retrieve the user id of the user who earned the achievement


Description Description


Return Return

(int)


Top ↑

Source Source

File: includes/models/model.llms.user.achievement.php

	public function get_user_id() {
		$meta = $this->get_user_postmeta();
		return $meta->user_id;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.





Permalink: