Tribe__Tickets__Commerce__PayPal__Notices::show_missing_identity_token_notice()
Triggers the display of the missing PDT identity token notice.
Source
File: src/Tribe/Commerce/PayPal/Notices.php
public function show_missing_identity_token_notice() {
set_transient( $this->slug( 'show-missing-identity-token' ), '1', DAY_IN_SECONDS );
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |