Featured_Image::set_event_id( $event_id )

Associate an event ID with this action.


Parameters

$event_id

(Required) int The ID where the image is going to be attached.


Top ↑

Return

($this)


Top ↑

Source

File: src/Tribe/Import/Featured_Image.php

	public function set_event_id( $event_id ) {
		$this->event_id = $event_id;

		return $this;
	}