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.


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.


Top ↑

Source

File: src/Tickets/Commerce/Reports/Attendees.php


Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.