Tribe__Tickets__Commerce__PayPal__Notices::hook()
Hooks the class method to relevant filters and actions.
Source
File: src/Tribe/Commerce/PayPal/Notices.php
public function hook() {
tribe_notice(
$this->slug( 'pdt-missing-identity-token' ),
array( $this, 'render_missing_identity_token_notice' ),
array(),
array( $this, 'should_render_missing_identity_token_notice' )
);
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |