Tribe__Tickets__Commerce__PayPal__Gateway::hook()
Set up hooks for the gateway
Source
File: src/Tribe/Commerce/PayPal/Gateway.php
public function hook() {
add_action( 'template_redirect', array( $this, 'add_to_cart' ) );
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |