/** * Creates a form to submit events with * @param array $atts * @return string */ function em_get_event_form_shortcode($args = array()) { return em_get_event_form($args); }
/** * Echo the em_get_event_form template tag * @param array $args */ function em_event_form($args = array()) { echo em_get_event_form($args); }