eo_get_event_venue_feed
since 2.2
eo_get_event_venue_feed( $venue_slug_or_id )
Retrieves the permalink for the ICAL event feed for a venue. A simple wrapper for `get_term_feed_link()`.
If you pass an integer this is assumed to be the term ID of the category. If you pass a string it
assumed to be the slug.
Parameters
string|int
|
$venue_slug_or_id |
Category ID as an integer, or slug as a string
|
Return value
string
|
The link to the ICAL event category feed.
|
Changelog