Marketing::notice()
HTML for the notice for sites using UTC Timezones.
Return
(string)
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://evnt.is/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
);
}
Changelog
| Version | Description |
|---|---|
| 4.6.17 | Introduced. |