MEC_HELPERS::get_event_cost()
Returns the cost of the Event.
Return Return
(string) The cost of the event.
Source Source
File: src/integrations/modern-events-calendar/helpers/mec-helpers.php
public function get_event_cost() { $cost = ''; $cost = end( $this->event_meta['mec_cost'] ); return $cost; }
Expand full source code Collapse full source code View on Github