This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Adds upcoming events to the venue tooltip in Event Organiser. | |
| * | |
| * Uses the eventorganiser_venue_tooltip filter to append content to the venue tooltip. This tooltip appears when | |
| * clicking a venue on a map (if tooltips are enabled). | |
| * @uses eventorganiser_venue_tooltip. | |
| * | |
| * The filter passes 2 objects: the content of the toolip, the venue (term) ID | |
| * | |
| * @requires Event Organiser 1.6+ |
OlderNewer