LLMS_Abstract_Post_Data::get_post()

Retrieve the instance of the LLMS_Post_Model.


Return Return

(LLMS_Post_Model) The instance of the LLMS_Post_Model.


Top ↑

Source Source

File: includes/abstracts/llms.abstract.post.data.php

	public function get_post() {
		return $this->post;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.31.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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