apply_filters( 'tribe_attendee_registration_cart_provider', string $provider )

Allow providers to include themselves if they are not in the above.


Parameters

$provider

(string) A string indicating the desired provider.


Top ↑

Return

(boolean|object) The provider object or boolean false if none found above.


Top ↑

Source

File: src/Tribe/Attendee_Registration/View.php


Top ↑

Changelog

Changelog
Version Description
4.11.0 Introduced.