LLMS_User_Certificate::get_user_id()

Retrieve the user id of the user who earned the certificate


Description Description


Return Return

(int)


Top ↑

Source Source

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

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

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.