eo_get_event_search_form
since 1.7
Pro
eo_get_event_search_form( $args = array() )
Displays an event search form, the results of which is displayed on the 'events' page.
The $args
array can specify
- echo - whether the generated HTML should be printed (default: true )
- filters - array of strings indicating the filters to use
(default 'event_venue', 'event_category', 'date')
Parameters
array
|
$args = array() |
An array to set the 'echo' and 'filters' properties
|
Return value
string
|
The HTML generated for the booking form
|
Hooks
Changelog