MEC_HELPERS::get_event_featured_image_url()
Returns the featured image url of the Event.
Return Return
(string) The url 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_url() { $thumbnail_url = get_the_post_thumbnail_url($this->event_id); return $thumbnail_url; }
Expand full source code Collapse full source code View on Github