apply_filters( 'tribe_tickets_caps_can_manage_attendees', int $user_id , array $default_caps )
Allows customizing the caps a user must have to be allowed to manage attendees.
Contents
Parameters
- $user_id
-
(int) The ID of the user whose capabilities are being checked.
- $default_caps
-
(array) The caps a user must have to be allowed to manage attendees.
Source
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |