Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
MEC_HELPERS::get_event_featured_image_id()

Returns the featured image id of the Event.

Contents


Return Return

(string) The id of the featured image of the event.


Source Source

File: src/integrations/modern-events-calendar/helpers/mec-helpers.php

	public function get_event_featured_image_id() {
		$thumbnail_id = get_post_thumbnail_id($this->event_id);
		return $thumbnail_id;
	}