Post_Thumbnail::__construct( int $post_id )
Post_Images constructor.
Contents
Parameters
- $post_id
-
(int) (Required) The post ID.
Source
File: src/Tribe/Utils/Post_Thumbnail.php
public function __construct( $post_id ) {
$this->post_id = $post_id;
}