LLMS_Course::get_author()

Get WP user object for the course author


Description Description


Return Return

(obj) instance of WP_User


Top ↑

Source Source

File: includes/models/model.llms.course.php

	public function get_author() {
		return new WP_User( $this->get_author_id() );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: