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_time()
Returns the time of the event.
Return Return
(string) The event time in g:i A
format.
Source Source
File: src/integrations/modern-events-calendar/helpers/mec-helpers.php
public function get_event_time() { return sprintf( '%s', $this->get_date( 'start', 'g:i A' ) ); }
Expand full source code Collapse full source code View on Github