apply_filters( 'tribe_tickets_attendee_repository_map', array $map , string $repository )
Filters the map relating attendee repository slugs to service container bindings.
Contents
Parameters
- $map
-
(array) A map in the shape [ <repository_slug> => <service_name> ]
- $repository
-
(string) The currently requested implementation.
Source
Changelog
| Version | Description |
|---|---|
| 4.8 | Introduced. |