Tribe__Tickets_Plus__Commerce__Abstract_Cart::hook()

Hook relevant actions and filters

Contents


Source

File: src/Tribe/Commerce/Abstract_Cart.php

	public function hook() {
		add_filter( 'tribe_tickets_attendee_registration_is_meta_up_to_date', array( $this, 'filter_is_meta_up_to_date' ) );
	}

Top ↑

Changelog

Changelog
Version Description
4.9 Introduced.