WooCommerce::unregister()

Unregisters the bindings, service providers and controllers part of the feature.


Return

(void)


Top ↑

Source

File: src/Tickets_Plus/Flexible_Tickets/WooCommerce.php

	public function unregister(): void {
		remove_filter( 'tec_tickets_plus_woocommerce_order_event_details', [ $this, 'print_series_pass_details' ] );
	}

Top ↑

Changelog

Changelog
Version Description
5.9.0 Introduced.