apply_filters( 'tribe_tickets_plus_woo_get_attendees', array $attendees, int $post_id, string $post_type )

Filters the attendees returned after a query.


Parameters

$attendees

(array)

$post_id

(int) The post ID attendees were requested for.

$post_type

(string)


Top ↑

Source

File: src/Tribe/Commerce/WooCommerce/Main.php


Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.