Tribe__Tickets__Commerce__PayPal__Notices::show_missing_identity_token_notice()

Triggers the display of the missing PDT identity token notice.

Contents


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 );
	}

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.