LLMS_Abstract_Post_Data::get_post_id()

Retrieve the LLMS_Post_Model ID.


Return Return

(int) The LLMS_Post_Model ID.


Top ↑

Source Source

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

	public function get_post_id() {
		return $this->post_id;
	}

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.