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