Featured_Image::set_image_id( string $image_id )

Set the Hash ID of the image we are trying to locate.


Parameters

$image_id

(string) (Required) Hash ID of the image we are looking for.


Top ↑

Return

($this)


Top ↑

Source

File: src/Tribe/Import/Featured_Image.php

	public function set_image_id( $image_id ) {
		$this->image_id = $image_id;

		return $this;
	}

Top ↑

Changelog

Changelog
Version Description
4.6.5 Introduced.