Tribe__PUE__Checker::get_license_expired_message()

Get the message for an expired license.


Source

File: src/Tribe/PUE/Checker.php

		public function get_license_expired_message() {
			return '<a href="https://m.tri.be/195y" target="_blank" class="button button-primary">' .
				__( 'Renew Your License Now', 'tribe-common' ) .
				'<span class="screen-reader-text">' .
				__( ' (opens in a new window)', 'tribe-common' ) .
				'</span></a>';
		}