Tribe__Tickets__Commerce__PayPal__Gateway::hook()

Set up hooks for the gateway

Contents


Source

File: src/Tribe/Commerce/PayPal/Gateway.php

	public function hook() {
		add_action( 'template_redirect', array( $this, 'add_to_cart' ) );
	}

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.