Tribe__Tickets_Plus__Commerce__WooCommerce__Main::bind_implementations()
Binds implementations that are specific to WooCommerce
See also
Source
File: src/Tribe/Commerce/WooCommerce/Main.php
public function bind_implementations() {
tribe_singleton( 'tickets-plus.commerce.woo.cart', 'Tribe__Tickets_Plus__Commerce__WooCommerce__Cart', array( 'hook' ) );
tribe( 'tickets-plus.commerce.woo.cart' );
}