Tribe__Tickets__Commerce__PayPal__Order::get_post_id() Returns the Order post ID. ContentsSee also Return Source Changelog Please note that the returned post ID is the Order one, not that of related posts. See also Tribe__Tickets__Commerce__PayPal__Order::get_related_post_ids() Top ↑Return (int) This Order post ID Top ↑Source File: src/Tribe/Commerce/PayPal/Order.php public function get_post_id() { return $this->post_id; } Expand full source code Collapse full source code Top ↑Changelog Changelog Version Description 4.7 Introduced.