Tribe__Tickets_Plus__Commerce__EDD__Cart::hook()

Hook relevant actions and filters

Contents


Source

File: src/Tribe/Commerce/EDD/Cart.php

	public function hook() {
		parent::hook();

		add_filter( 'tribe_tickets_attendee_registration_checkout_url', [ $this, 'maybe_filter_attendee_registration_checkout_url' ], 9 );
		add_filter( 'tribe_tickets_tickets_in_cart', [ $this, 'get_tickets_in_cart' ] );
		add_filter( 'tribe_providers_in_cart', [ $this, 'providers_in_cart' ], 11 );
	}

Top ↑

Changelog

Changelog
Version Description
4.9 Introduced.