apply_filters( 'tribe_tickets_ticket_repository_map', array $map, string $repository )

Filters the map relating ticket repository slugs to service container bindings.


Parameters

$map

(array) A map in the shape [ <repository_slug> => <service_name> ]

$repository

(string) The currently requested implementation.


Top ↑

Source

File: src/template-tags/tickets.php


Top ↑

Changelog

Changelog
Version Description
4.8 Introduced.