Example #1
0
/**
 * 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);
}
Example #2
0
/**
 * Echo the em_get_event_form template tag
 * @param array $args
 */
function em_event_form($args = array())
{
    echo em_get_event_form($args);
}