Featured_Image::set_event_id( $event_id )
Associate an event ID with this action.
Contents
Parameters
- $event_id
-
(Required) int The ID where the image is going to be attached.
Return
($this)
Source
File: src/Tribe/Import/Featured_Image.php
public function set_event_id( $event_id ) { $this->event_id = $event_id; return $this; }