LLMS_Abstract_Post_Data::get_post()
Retrieve the instance of the LLMS_Post_Model.
Contents
Return Return
(LLMS_Post_Model) The instance of the LLMS_Post_Model.
Source Source
File: includes/abstracts/llms.abstract.post.data.php
public function get_post() { return $this->post; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.31.0 | Introduced. |