Tribe__Events__Admin__Notice__Marketing::notice()

HTML for the notice for sites using UTC Timezones.


Return

(string)


Top ↑

Source

File: src/Tribe/Admin/Notice/Marketing.php

	public function notice() {
		$link = sprintf(
			'<a href="%1$s" target="_blank">%2$s</a>',
			esc_url( 'https://m.tri.be/1a3l' ),
			esc_html_x( 'take the survey now', '2018 user survey', 'the-events-calendar' )
		);

		return sprintf(
			_x( '<strong>The Events Calendar Annual Survey:</strong> share your feedback with our team—%1$s!', '2018 user survey', 'the-events-calendar' ),
			$link
		);
	}

Top ↑

Changelog

Changelog
Version Description
4.6.17 Introduced.