Tribe__Tickets__Global_Stock::__construct( int $post_id )
Creates an instance for a given Event
Contents
Parameters
- $post_id
-
(int) (Required)
Source
File: src/Tribe/Global_Stock.php
public function __construct( $post_id ) {
$this->post_id = absint( $post_id );
}
Changelog
| Version | Description |
|---|---|
| 4.1 | Introduced. |