Tribe__Tickets__Global_Stock::__construct( int $post_id )

Creates an instance for a given Event


Parameters

$post_id

(int) (Required)


Top ↑

Source

File: src/Tribe/Global_Stock.php

	public function __construct( $post_id ) {
		$this->post_id = absint( $post_id );
	}

Top ↑

Changelog

Changelog
Version Description
4.1 Introduced.