apply_filters( 'tribe_attendee_registration_cart_provider', string $provider )
Allow providers to include themselves if they are not in the above.
Contents
Parameters
- $provider
-
(string) A string indicating the desired provider.
Return
(boolean|object) The provider object or boolean false if none found above.
Source
Changelog
| Version | Description |
|---|---|
| 4.11.0 | Introduced. |