Post_Thumbnail::__construct( int $post_id )

Post_Images constructor.


Parameters

$post_id

(int) (Required) The post ID.


Top ↑

Source

File: src/Tribe/Utils/Post_Thumbnail.php

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