• LifterLMS
  • Knowledge Base
  • Academy
  • Blog
  • Podcast
  • Contributors

LifterLMS LifterLMS

Code Reference

  • Home
  • Code Reference
Skip to content
Filter by type:
Search
Browse: Home / Code Reference / Classes / LLMS_User_Postmeta / LLMS_User_Postmeta::get_student()

LLMS_User_Postmeta::get_student()

Retrieve a student obj for the meta item

Contents

  • Description
    • Return
    • Source
    • Changelog
  • Related
    • Uses
    • Used By
  • User Contributed Notes

Description #Description


Return #Return

(obj) LLMS_Student


Top ↑

Source #Source

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

	public function get_student() {
		return llms_get_student( $this->get( 'user_id' ) );
	}

Expand full source code Collapse full source code View on GitHub


Top ↑

Changelog #Changelog

Changelog
Version Description
3.15.0 Introduced.

Top ↑

Related #Related

Top ↑

Uses #Uses

Uses
Uses Description
includes/functions/llms.functions.person.php: llms_get_student()

Get an LLMS_Student

Top ↑

Used By #Used By

Used By
Used By Description
includes/models/model.llms.user.postmeta.php: LLMS_User_Postmeta::get_link()

Retrieve a link for the item on the admin panel

includes/models/model.llms.user.postmeta.php: LLMS_User_Postmeta::get_description()

Get a string used to describe the postmeta item


Top ↑

User Contributed Notes #User Contributed Notes

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





Permalink:
© 2014 - 2019 LifterLMS · Privacy Policy · Terms and Conditions