LLMS_Membership::get_product()

Retrieve an instance of the LLMS_Product for this course


Return Return

(LLMS_Product)


Top ↑

Source Source

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

	public function get_product() {
		return new LLMS_Product( $this->get( 'id' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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