do_action( 'tribe_tickets_registration_content_after_all_events', string $passed_provider, string $passed_provider_class, array $events )

After the output, only if $events is not empty.


Parameters

$passed_provider

(string) The 'provider' $_REQUEST var.

$passed_provider_class

(string) The class string or empty string if ticket provider is not found.

$events

(array) The non-empty array of events.


Top ↑

Source

File: src/views/registration/content.php


Top ↑

Changelog

Changelog
Version Description
4.11.0 Introduced.