Event Tickets - Version 5.0.5

Version Description

Download this release

Release Info

Developer bordoni
Plugin Icon 128x128 Event Tickets
Version 5.0.5
Comparing to
See all releases

Code changes from version 5.0.4.2 to 5.0.5

Files changed (286) hide show
  1. common/src/Tribe/Admin/Help_Page.php +8 -8
  2. common/src/Tribe/Admin/Notice/Marketing.php +1 -1
  3. common/src/Tribe/Admin/Notice/Plugin_Download.php +1 -1
  4. common/src/Tribe/App_Shop.php +11 -11
  5. common/src/Tribe/Credits.php +1 -1
  6. common/src/Tribe/PUE/Checker.php +3 -3
  7. common/src/Tribe/PUE/Notices.php +5 -5
  8. common/src/Tribe/PUE/Update_Prevention.php +1 -1
  9. common/src/Tribe/Plugins_API.php +12 -12
  10. common/src/admin-views/app-shop.php +2 -2
  11. common/src/admin-views/tribe-options-general.php +2 -2
  12. common/src/admin-views/tribe-options-help.php +6 -6
  13. common/src/admin-views/tribe-options-licenses.php +7 -7
  14. common/src/views/v2/components/icons/arrow-right.php +1 -1
  15. common/src/views/v2/components/icons/caret-down.php +1 -1
  16. common/src/views/v2/components/icons/caret-left.php +1 -1
  17. common/src/views/v2/components/icons/caret-right.php +1 -1
  18. common/src/views/v2/components/icons/close-alt.php +1 -1
  19. common/src/views/v2/components/icons/close.php +1 -1
  20. common/src/views/v2/components/icons/day.php +1 -1
  21. common/src/views/v2/components/icons/dot.php +1 -1
  22. common/src/views/v2/components/icons/error.php +1 -1
  23. common/src/views/v2/components/icons/featured.php +1 -1
  24. common/src/views/v2/components/icons/filter.php +1 -1
  25. common/src/views/v2/components/icons/list.php +1 -1
  26. common/src/views/v2/components/icons/location.php +1 -1
  27. common/src/views/v2/components/icons/mail.php +1 -1
  28. common/src/views/v2/components/icons/map-pin.php +1 -1
  29. common/src/views/v2/components/icons/map.php +1 -1
  30. common/src/views/v2/components/icons/messages-not-found.php +1 -1
  31. common/src/views/v2/components/icons/minus.php +1 -1
  32. common/src/views/v2/components/icons/month.php +1 -1
  33. common/src/views/v2/components/icons/no-map.php +1 -1
  34. common/src/views/v2/components/icons/phone.php +1 -1
  35. common/src/views/v2/components/icons/photo.php +1 -1
  36. common/src/views/v2/components/icons/play.php +1 -1
  37. common/src/views/v2/components/icons/plus.php +1 -1
  38. common/src/views/v2/components/icons/recurring.php +1 -1
  39. common/src/views/v2/components/icons/reset.php +1 -1
  40. common/src/views/v2/components/icons/search.php +1 -1
  41. common/src/views/v2/components/icons/video.php +1 -1
  42. common/src/views/v2/components/icons/virtual.php +1 -1
  43. common/src/views/v2/components/icons/website.php +1 -1
  44. common/src/views/v2/components/icons/week.php +1 -1
  45. common/vendor/autoload.php +1 -1
  46. common/vendor/autoload_52.php +1 -1
  47. common/vendor/composer/autoload_real.php +4 -4
  48. common/vendor/composer/autoload_real_52.php +3 -3
  49. common/vendor/composer/autoload_static.php +5 -5
  50. common/vendor/composer/installed.json +6 -6
  51. common/vendor/lucatume/di52/src/tad/DI52/Container.php +11 -3
  52. event-tickets.php +2 -1
  53. lang/event-tickets-cs_CZ.mo +0 -0
  54. lang/event-tickets-da_DK.mo +0 -0
  55. lang/event-tickets-de_DE.mo +0 -0
  56. lang/event-tickets-el.mo +0 -0
  57. lang/event-tickets-es_ES.mo +0 -0
  58. lang/event-tickets-fi.mo +0 -0
  59. lang/event-tickets-fr_CA.mo +0 -0
  60. lang/event-tickets-fr_FR.mo +0 -0
  61. lang/event-tickets-hu_HU.mo +0 -0
  62. lang/event-tickets-it_IT.mo +0 -0
  63. lang/event-tickets-ja.mo +0 -0
  64. lang/event-tickets-nl_NL.mo +0 -0
  65. lang/event-tickets-pt_BR.mo +0 -0
  66. lang/event-tickets-pt_PT.mo +0 -0
  67. lang/event-tickets-sq.mo +0 -0
  68. lang/event-tickets-sv_SE.mo +0 -0
  69. lang/event-tickets-tr_TR.mo +0 -0
  70. lang/event-tickets.pot +76 -76
  71. readme.txt +9 -1
  72. src/Tribe/Assets.php +6 -0
  73. src/Tribe/Commerce/PayPal/Gateway.php +10 -0
  74. src/Tribe/Main.php +11 -10
  75. src/admin-views/admin-welcome-message.php +9 -9
  76. src/admin-views/order-available.php +1 -1
  77. src/admin-views/tribe-options-display.php +1 -1
  78. src/admin-views/tribe-options-tickets.php +6 -5
  79. src/modules/package.json +1 -1
  80. src/resources/css/common-responsive.css +1 -1
  81. src/resources/js/tickets-attendees.js +1 -1
  82. src/resources/js/tickets-attendees.min.js +1 -1
  83. src/resources/js/tickets-block.js +2 -1
  84. src/resources/js/tickets-block.min.js +1 -1
  85. src/resources/js/v2/tickets-block.js +1 -1
  86. src/resources/postcss/common-responsive.pcss +1 -1
  87. src/views/blocks/attendees.php +1 -1
  88. src/views/blocks/attendees/description.php +1 -1
  89. src/views/blocks/attendees/gravatar.php +1 -1
  90. src/views/blocks/attendees/title.php +1 -1
  91. src/views/blocks/attendees/view-link.php +1 -1
  92. src/views/blocks/rsvp.php +1 -1
  93. src/views/blocks/rsvp/content-inactive.php +1 -1
  94. src/views/blocks/rsvp/content.php +1 -1
  95. src/views/blocks/rsvp/details.php +1 -1
  96. src/views/blocks/rsvp/details/availability.php +1 -1
  97. src/views/blocks/rsvp/details/description.php +1 -1
  98. src/views/blocks/rsvp/details/title.php +1 -1
  99. src/views/blocks/rsvp/form.php +1 -1
  100. src/views/blocks/rsvp/form/attendee-meta.php +1 -1
  101. src/views/blocks/rsvp/form/details.php +1 -1
  102. src/views/blocks/rsvp/form/email.php +1 -1
  103. src/views/blocks/rsvp/form/error.php +1 -1
  104. src/views/blocks/rsvp/form/form.php +1 -1
  105. src/views/blocks/rsvp/form/name.php +1 -1
  106. src/views/blocks/rsvp/form/opt-out.php +1 -1
  107. src/views/blocks/rsvp/form/quantity-input.php +1 -1
  108. src/views/blocks/rsvp/form/quantity-minus.php +1 -1
  109. src/views/blocks/rsvp/form/quantity-plus.php +1 -1
  110. src/views/blocks/rsvp/form/quantity.php +1 -1
  111. src/views/blocks/rsvp/form/submit-button.php +1 -1
  112. src/views/blocks/rsvp/form/submit-login.php +1 -1
  113. src/views/blocks/rsvp/icon-svg.php +1 -1
  114. src/views/blocks/rsvp/icon.php +1 -1
  115. src/views/blocks/rsvp/loader-svg.php +1 -1
  116. src/views/blocks/rsvp/loader.php +1 -1
  117. src/views/blocks/rsvp/messages/success.php +1 -1
  118. src/views/blocks/rsvp/status.php +1 -1
  119. src/views/blocks/rsvp/status/full.php +1 -1
  120. src/views/blocks/rsvp/status/going-icon.php +1 -1
  121. src/views/blocks/rsvp/status/going.php +1 -1
  122. src/views/blocks/rsvp/status/not-going-icon.php +1 -1
  123. src/views/blocks/rsvp/status/not-going.php +2 -2
  124. src/views/blocks/tickets.php +1 -1
  125. src/views/blocks/tickets/commerce/fields-edd.php +1 -1
  126. src/views/blocks/tickets/commerce/fields-tpp.php +1 -1
  127. src/views/blocks/tickets/commerce/fields-woo.php +1 -1
  128. src/views/blocks/tickets/commerce/fields.php +1 -1
  129. src/views/blocks/tickets/content-description.php +1 -1
  130. src/views/blocks/tickets/content-inactive.php +1 -1
  131. src/views/blocks/tickets/content-title.php +1 -1
  132. src/views/blocks/tickets/content.php +1 -1
  133. src/views/blocks/tickets/extra-available-quantity.php +1 -1
  134. src/views/blocks/tickets/extra-available-unlimited.php +1 -1
  135. src/views/blocks/tickets/extra-available.php +1 -1
  136. src/views/blocks/tickets/extra-price.php +1 -1
  137. src/views/blocks/tickets/extra.php +1 -1
  138. src/views/blocks/tickets/footer-quantity.php +1 -1
  139. src/views/blocks/tickets/footer-total.php +1 -1
  140. src/views/blocks/tickets/footer.php +1 -1
  141. src/views/blocks/tickets/icon-svg.php +1 -1
  142. src/views/blocks/tickets/icon.php +1 -1
  143. src/views/blocks/tickets/item-inactive.php +1 -1
  144. src/views/blocks/tickets/item.php +1 -1
  145. src/views/blocks/tickets/opt-out-hidden.php +1 -1
  146. src/views/blocks/tickets/quantity-add.php +1 -1
  147. src/views/blocks/tickets/quantity-number.php +1 -1
  148. src/views/blocks/tickets/quantity-remove.php +1 -1
  149. src/views/blocks/tickets/quantity-unavailable.php +1 -1
  150. src/views/blocks/tickets/quantity.php +1 -1
  151. src/views/blocks/tickets/registration/attendee/content.php +1 -1
  152. src/views/blocks/tickets/registration/attendee/fields.php +1 -1
  153. src/views/blocks/tickets/registration/attendee/fields/checkbox.php +1 -1
  154. src/views/blocks/tickets/registration/attendee/fields/radio.php +1 -1
  155. src/views/blocks/tickets/registration/attendee/fields/select.php +1 -1
  156. src/views/blocks/tickets/registration/attendee/fields/text.php +1 -1
  157. src/views/blocks/tickets/registration/attendee/submit.php +1 -1
  158. src/views/blocks/tickets/registration/content.php +1 -1
  159. src/views/blocks/tickets/registration/summary/content.php +1 -1
  160. src/views/blocks/tickets/registration/summary/ticket-icon.php +1 -1
  161. src/views/blocks/tickets/registration/summary/ticket-price.php +1 -1
  162. src/views/blocks/tickets/registration/summary/ticket-quantity.php +1 -1
  163. src/views/blocks/tickets/registration/summary/ticket-title.php +1 -1
  164. src/views/blocks/tickets/registration/summary/ticket.php +1 -1
  165. src/views/blocks/tickets/registration/summary/tickets.php +1 -1
  166. src/views/blocks/tickets/registration/summary/title.php +1 -1
  167. src/views/blocks/tickets/submit-button-modal.php +1 -1
  168. src/views/blocks/tickets/submit-button.php +1 -1
  169. src/views/blocks/tickets/submit-login.php +1 -1
  170. src/views/blocks/tickets/submit.php +1 -1
  171. src/views/components/notice.php +1 -1
  172. src/views/modal/item-total.php +1 -1
  173. src/views/modal/registration-js.php +1 -1
  174. src/views/registration-js/attendees/content.php +1 -1
  175. src/views/registration-js/content.php +1 -1
  176. src/views/registration-js/mini-cart.php +1 -1
  177. src/views/registration/attendees/content.php +1 -1
  178. src/views/registration/content.php +1 -1
  179. src/views/tickets/email.php +1 -1
  180. src/views/tickets/orders.php +1 -1
  181. src/views/v2/components/icons/error.php +1 -1
  182. src/views/v2/components/icons/guest.php +1 -1
  183. src/views/v2/components/icons/paper-plane.php +1 -1
  184. src/views/v2/components/loader/loader.php +1 -1
  185. src/views/v2/day/event/cost.php +1 -1
  186. src/views/v2/list/event/cost.php +1 -1
  187. src/views/v2/map/event-cards/event-card/actions/cost.php +1 -1
  188. src/views/v2/month/calendar-body/day/calendar-events/calendar-event/tooltip/cost.php +1 -1
  189. src/views/v2/month/mobile-events/mobile-day/mobile-event/cost.php +1 -1
  190. src/views/v2/photo/event/cost.php +1 -1
  191. src/views/v2/rsvp-kitchen-sink.php +1 -1
  192. src/views/v2/rsvp-kitchen-sink/ari.php +1 -1
  193. src/views/v2/rsvp-kitchen-sink/default-full.php +1 -1
  194. src/views/v2/rsvp-kitchen-sink/default-must-login.php +1 -1
  195. src/views/v2/rsvp-kitchen-sink/default-no-description.php +1 -1
  196. src/views/v2/rsvp-kitchen-sink/default-unlimited.php +1 -1
  197. src/views/v2/rsvp-kitchen-sink/default.php +1 -1
  198. src/views/v2/rsvp-kitchen-sink/form-going.php +1 -1
  199. src/views/v2/rsvp-kitchen-sink/form-not-going.php +1 -1
  200. src/views/v2/rsvp-kitchen-sink/success.php +1 -1
  201. src/views/v2/rsvp.php +1 -1
  202. src/views/v2/rsvp/actions.php +1 -1
  203. src/views/v2/rsvp/actions/full.php +1 -1
  204. src/views/v2/rsvp/actions/rsvp.php +1 -1
  205. src/views/v2/rsvp/actions/rsvp/going.php +1 -1
  206. src/views/v2/rsvp/actions/rsvp/not-going.php +2 -2
  207. src/views/v2/rsvp/actions/success.php +1 -1
  208. src/views/v2/rsvp/actions/success/title.php +1 -1
  209. src/views/v2/rsvp/actions/success/toggle.php +1 -1
  210. src/views/v2/rsvp/actions/success/tooltip.php +1 -1
  211. src/views/v2/rsvp/ari.php +1 -1
  212. src/views/v2/rsvp/ari/form.php +1 -1
  213. src/views/v2/rsvp/ari/form/error.php +1 -1
  214. src/views/v2/rsvp/ari/form/fields.php +1 -1
  215. src/views/v2/rsvp/ari/form/fields/email.php +1 -1
  216. src/views/v2/rsvp/ari/form/fields/meta.php +1 -1
  217. src/views/v2/rsvp/ari/form/fields/name.php +1 -1
  218. src/views/v2/rsvp/ari/form/template/fields.php +1 -1
  219. src/views/v2/rsvp/ari/sidebar.php +1 -1
  220. src/views/v2/rsvp/ari/sidebar/quantity/input.php +1 -1
  221. src/views/v2/rsvp/ari/sidebar/quantity/minus.php +1 -1
  222. src/views/v2/rsvp/ari/sidebar/quantity/plus.php +1 -1
  223. src/views/v2/rsvp/content.php +1 -1
  224. src/views/v2/rsvp/details.php +1 -1
  225. src/views/v2/rsvp/details/attendance.php +1 -1
  226. src/views/v2/rsvp/details/availability.php +1 -1
  227. src/views/v2/rsvp/details/availability/days-to-rsvp.php +1 -1
  228. src/views/v2/rsvp/details/availability/full.php +1 -1
  229. src/views/v2/rsvp/details/availability/remaining.php +1 -1
  230. src/views/v2/rsvp/details/availability/unlimited.php +1 -1
  231. src/views/v2/rsvp/details/description.php +1 -1
  232. src/views/v2/rsvp/details/title.php +1 -1
  233. src/views/v2/rsvp/form/buttons.php +1 -1
  234. src/views/v2/rsvp/form/fields.php +1 -1
  235. src/views/v2/rsvp/form/fields/cancel.php +1 -1
  236. src/views/v2/rsvp/form/fields/email.php +1 -1
  237. src/views/v2/rsvp/form/fields/name.php +1 -1
  238. src/views/v2/rsvp/form/fields/submit.php +1 -1
  239. src/views/v2/rsvp/form/form.php +1 -1
  240. src/views/v2/rsvp/form/going/title.php +1 -1
  241. src/views/v2/rsvp/form/not-going/title.php +1 -1
  242. src/views/v2/rsvp/form/title.php +1 -1
  243. src/views/v2/rsvp/messages/error.php +1 -1
  244. src/views/v2/rsvp/messages/must-login.php +1 -1
  245. src/views/v2/rsvp/messages/success.php +1 -1
  246. src/views/v2/rsvp/messages/success/going.php +1 -1
  247. src/views/v2/rsvp/messages/success/not-going.php +1 -1
  248. src/views/v2/tickets.php +1 -1
  249. src/views/v2/tickets/commerce/fields.php +1 -1
  250. src/views/v2/tickets/commerce/fields/tribe-commerce.php +1 -1
  251. src/views/v2/tickets/footer.php +1 -1
  252. src/views/v2/tickets/footer/quantity.php +1 -1
  253. src/views/v2/tickets/footer/return-to-cart.php +1 -1
  254. src/views/v2/tickets/footer/total.php +1 -1
  255. src/views/v2/tickets/item.php +1 -1
  256. src/views/v2/tickets/item/content.php +1 -1
  257. src/views/v2/tickets/item/content/description-toggle.php +1 -1
  258. src/views/v2/tickets/item/content/description.php +1 -1
  259. src/views/v2/tickets/item/content/inactive.php +1 -1
  260. src/views/v2/tickets/item/content/title.php +1 -1
  261. src/views/v2/tickets/item/extra.php +1 -1
  262. src/views/v2/tickets/item/extra/available.php +1 -1
  263. src/views/v2/tickets/item/extra/available/quantity.php +1 -1
  264. src/views/v2/tickets/item/extra/available/unlimited.php +1 -1
  265. src/views/v2/tickets/item/extra/description-toggle.php +1 -1
  266. src/views/v2/tickets/item/extra/price.php +1 -1
  267. src/views/v2/tickets/item/inactive.php +1 -1
  268. src/views/v2/tickets/item/opt-out.php +1 -1
  269. src/views/v2/tickets/item/quantity-mini.php +1 -1
  270. src/views/v2/tickets/item/quantity.php +1 -1
  271. src/views/v2/tickets/item/quantity/add.php +1 -1
  272. src/views/v2/tickets/item/quantity/number.php +1 -1
  273. src/views/v2/tickets/item/quantity/remove.php +1 -1
  274. src/views/v2/tickets/item/quantity/unavailable.php +1 -1
  275. src/views/v2/tickets/items.php +1 -1
  276. src/views/v2/tickets/notice.php +1 -1
  277. src/views/v2/tickets/opt-out/hidden.php +1 -1
  278. src/views/v2/tickets/submit.php +1 -1
  279. src/views/v2/tickets/submit/button.php +1 -1
  280. src/views/v2/tickets/submit/must-login.php +1 -1
  281. src/views/v2/tickets/title.php +1 -1
  282. src/views/v2/week/grid-body/events-day/event/tooltip/cost.php +1 -1
  283. src/views/v2/week/mobile-events/day/event/cost.php +1 -1
  284. vendor/autoload.php +1 -1
  285. vendor/composer/autoload_real.php +4 -4
  286. vendor/composer/autoload_static.php +4 -4
common/src/Tribe/Admin/Help_Page.php CHANGED
@@ -221,7 +221,7 @@ class Tribe__Admin__Help_Page {
221
  $addons['events-calendar-pro'] = [
222
  'id' => 'events-calendar-pro',
223
  'title' => esc_html__( 'Events Calendar PRO', 'tribe-common' ),
224
- 'link' => 'http://m.tri.be/dr',
225
  'plugin' => [ 'the-events-calendar' ],
226
  'is_active' => class_exists( 'Tribe__Events__Pro__Main' ),
227
  'is_important' => true,
@@ -230,7 +230,7 @@ class Tribe__Admin__Help_Page {
230
  $addons['eventbrite-tickets'] = [
231
  'id' => 'eventbrite-tickets',
232
  'title' => esc_html__( 'Eventbrite Tickets', 'tribe-common' ),
233
- 'link' => 'http://m.tri.be/ds',
234
  'plugin' => [ 'the-events-calendar' ],
235
  'is_active' => class_exists( 'Tribe__Events__Tickets__Eventbrite__Main' ),
236
  ];
@@ -238,7 +238,7 @@ class Tribe__Admin__Help_Page {
238
  $addons['community-events'] = [
239
  'id' => 'community-events',
240
  'title' => esc_html__( 'Community Events', 'tribe-common' ),
241
- 'link' => 'http://m.tri.be/dt',
242
  'plugin' => [ 'the-events-calendar' ],
243
  'is_active' => class_exists( 'Tribe__Events__Community__Main' ),
244
  ];
@@ -246,7 +246,7 @@ class Tribe__Admin__Help_Page {
246
  $addons['event-aggregator'] = [
247
  'id' => 'event-aggregator',
248
  'title' => esc_html__( 'Event Aggregator', 'tribe-common' ),
249
- 'link' => 'http://m.tri.be/19mk',
250
  'plugin' => [ 'the-events-calendar' ],
251
  'is_active' => class_exists( 'Tribe__Events__Aggregator' ) && tribe(
252
  'events-aggregator.main'
@@ -256,7 +256,7 @@ class Tribe__Admin__Help_Page {
256
  $addons['events-filter-bar'] = [
257
  'id' => 'events-filter-bar',
258
  'title' => esc_html__( 'Filter Bar', 'tribe-common' ),
259
- 'link' => 'http://m.tri.be/hu',
260
  'plugin' => [ 'the-events-calendar' ],
261
  'is_active' => class_exists( 'Tribe__Events__Filterbar__View' ),
262
  ];
@@ -264,7 +264,7 @@ class Tribe__Admin__Help_Page {
264
  $addons['events-virtual'] = [
265
  'id' => 'events-virtual',
266
  'title' => esc_html__( 'Virtual Events', 'tribe-common' ),
267
- 'link' => 'http://m.tri.be/1alb',
268
  'plugin' => [ 'the-events-calendar' ],
269
  'is_active' => class_exists( '\Tribe\Events\Virtual\Plugin' ),
270
  ];
@@ -272,7 +272,7 @@ class Tribe__Admin__Help_Page {
272
  $addons['event-tickets-plus'] = [
273
  'id' => 'event-tickets-plus',
274
  'title' => esc_html__( 'Event Tickets Plus', 'tribe-common' ),
275
- 'link' => 'http://m.tri.be/18wa',
276
  'plugin' => [ 'event-tickets' ],
277
  'is_active' => class_exists( 'Tribe__Tickets_Plus__Main' ),
278
  'is_important' => true,
@@ -281,7 +281,7 @@ class Tribe__Admin__Help_Page {
281
  $addons['event-community-tickets'] = [
282
  'id' => 'event-community-tickets',
283
  'title' => esc_html__( 'Community Tickets', 'tribe-common' ),
284
- 'link' => 'http://m.tri.be/18m2',
285
  'plugin' => [ 'event-tickets' ],
286
  'is_active' => class_exists( 'Tribe__Events__Community__Tickets__Main' ),
287
  ];
221
  $addons['events-calendar-pro'] = [
222
  'id' => 'events-calendar-pro',
223
  'title' => esc_html__( 'Events Calendar PRO', 'tribe-common' ),
224
+ 'link' => 'http://evnt.is/dr',
225
  'plugin' => [ 'the-events-calendar' ],
226
  'is_active' => class_exists( 'Tribe__Events__Pro__Main' ),
227
  'is_important' => true,
230
  $addons['eventbrite-tickets'] = [
231
  'id' => 'eventbrite-tickets',
232
  'title' => esc_html__( 'Eventbrite Tickets', 'tribe-common' ),
233
+ 'link' => 'http://evnt.is/ds',
234
  'plugin' => [ 'the-events-calendar' ],
235
  'is_active' => class_exists( 'Tribe__Events__Tickets__Eventbrite__Main' ),
236
  ];
238
  $addons['community-events'] = [
239
  'id' => 'community-events',
240
  'title' => esc_html__( 'Community Events', 'tribe-common' ),
241
+ 'link' => 'http://evnt.is/dt',
242
  'plugin' => [ 'the-events-calendar' ],
243
  'is_active' => class_exists( 'Tribe__Events__Community__Main' ),
244
  ];
246
  $addons['event-aggregator'] = [
247
  'id' => 'event-aggregator',
248
  'title' => esc_html__( 'Event Aggregator', 'tribe-common' ),
249
+ 'link' => 'http://evnt.is/19mk',
250
  'plugin' => [ 'the-events-calendar' ],
251
  'is_active' => class_exists( 'Tribe__Events__Aggregator' ) && tribe(
252
  'events-aggregator.main'
256
  $addons['events-filter-bar'] = [
257
  'id' => 'events-filter-bar',
258
  'title' => esc_html__( 'Filter Bar', 'tribe-common' ),
259
+ 'link' => 'http://evnt.is/hu',
260
  'plugin' => [ 'the-events-calendar' ],
261
  'is_active' => class_exists( 'Tribe__Events__Filterbar__View' ),
262
  ];
264
  $addons['events-virtual'] = [
265
  'id' => 'events-virtual',
266
  'title' => esc_html__( 'Virtual Events', 'tribe-common' ),
267
+ 'link' => 'http://evnt.is/1alb',
268
  'plugin' => [ 'the-events-calendar' ],
269
  'is_active' => class_exists( '\Tribe\Events\Virtual\Plugin' ),
270
  ];
272
  $addons['event-tickets-plus'] = [
273
  'id' => 'event-tickets-plus',
274
  'title' => esc_html__( 'Event Tickets Plus', 'tribe-common' ),
275
+ 'link' => 'http://evnt.is/18wa',
276
  'plugin' => [ 'event-tickets' ],
277
  'is_active' => class_exists( 'Tribe__Tickets_Plus__Main' ),
278
  'is_important' => true,
281
  $addons['event-community-tickets'] = [
282
  'id' => 'event-community-tickets',
283
  'title' => esc_html__( 'Community Tickets', 'tribe-common' ),
284
+ 'link' => 'http://evnt.is/18m2',
285
  'plugin' => [ 'event-tickets' ],
286
  'is_active' => class_exists( 'Tribe__Events__Community__Tickets__Main' ),
287
  ];
common/src/Tribe/Admin/Notice/Marketing.php CHANGED
@@ -159,7 +159,7 @@ class Tribe__Admin__Notice__Marketing {
159
  $current_screen = get_current_screen();
160
 
161
  $icon_url = Tribe__Main::instance()->plugin_url . 'src/resources/images/icons/sale-burst.svg';
162
- $cta_url = 'https://m.tri.be/bf' . date( 'Y' );
163
 
164
  // If we are on the settings page or a welcome page, change the Black Friday URL.
165
  if (
159
  $current_screen = get_current_screen();
160
 
161
  $icon_url = Tribe__Main::instance()->plugin_url . 'src/resources/images/icons/sale-burst.svg';
162
+ $cta_url = 'https://evnt.is/bf' . date( 'Y' );
163
 
164
  // If we are on the settings page or a welcome page, change the Black Friday URL.
165
  if (
common/src/Tribe/Admin/Notice/Plugin_Download.php CHANGED
@@ -121,7 +121,7 @@ class Tribe__Admin__Notice__Plugin_Download {
121
 
122
  $notice_html_content = '<p>' . esc_html__( 'To begin using %2$s, please install and activate %3$s.', 'tribe-common' ) . '</p>';
123
 
124
- $read_more_link = '<a href="http://m.tri.be/1aev" target="_blank">' . esc_html__( 'Read more', 'tribe-common' ) . '.</a>';
125
  $pue_notice_text = esc_html__( 'There’s a new version of %1$s available, but your license is expired. You’ll need to renew your license to get access to the latest version. If you plan to continue using your current version of the plugin(s), be sure to use a compatible version of The Events Calendar. %2$s', 'tribe-common' );
126
  $pue_notice_html = '<p>' . sprintf( $pue_notice_text, $plugin_names_clean_text, $read_more_link ) . '</p>';
127
 
121
 
122
  $notice_html_content = '<p>' . esc_html__( 'To begin using %2$s, please install and activate %3$s.', 'tribe-common' ) . '</p>';
123
 
124
+ $read_more_link = '<a href="http://evnt.is/1aev" target="_blank">' . esc_html__( 'Read more', 'tribe-common' ) . '.</a>';
125
  $pue_notice_text = esc_html__( 'There’s a new version of %1$s available, but your license is expired. You’ll need to renew your license to get access to the latest version. If you plan to continue using your current version of the plugin(s), be sure to use a compatible version of The Events Calendar. %2$s', 'tribe-common' );
126
  $pue_notice_html = '<p>' . sprintf( $pue_notice_text, $plugin_names_clean_text, $read_more_link ) . '</p>';
127
 
common/src/Tribe/App_Shop.php CHANGED
@@ -174,7 +174,7 @@ if ( ! class_exists( 'Tribe__App_Shop' ) ) {
174
  (object) [
175
  'title' => __( 'Events Marketing Bundle', 'tribe-common' ),
176
  'logo' => 'images/logo/bundle-event-marketing.svg',
177
- 'link' => 'https://m.tri.be/1aj3',
178
  'discount' => __( 'Save over 20%', 'tribe-common' ),
179
  'description' => __( 'Ticket sales, attendee management, and email marketing for your events', 'tribe-common' ),
180
  'includes' => [
@@ -186,7 +186,7 @@ if ( ! class_exists( 'Tribe__App_Shop' ) ) {
186
  (object) [
187
  'title' => __( 'Event Importer Bundle', 'tribe-common' ),
188
  'logo' => 'images/logo/bundle-event-importer.svg',
189
- 'link' => 'https://m.tri.be/1aj2',
190
  'discount' => __( 'Save over 25%', 'tribe-common' ),
191
  'description' => __( 'Fill your calendar with events from across the web, including Google Calendar, Meetup, and more.', 'tribe-common' ),
192
  'includes' => [
@@ -198,7 +198,7 @@ if ( ! class_exists( 'Tribe__App_Shop' ) ) {
198
  (object) [
199
  'title' => __( 'Virtual Events Marketing Bundle', 'tribe-common' ),
200
  'logo' => 'images/logo/bundle-virtual-events.svg',
201
- 'link' => 'http://m.tri.be/ve-bundle',
202
  'discount' => __( 'Save over 20%', 'tribe-common' ),
203
  'description' => __( 'Streamline your online events and increase revenue.', 'tribe-common' ),
204
  'includes' => [
@@ -217,7 +217,7 @@ if ( ! class_exists( 'Tribe__App_Shop' ) ) {
217
  (object) [
218
  'title' => __( 'Community Manager Bundle', 'tribe-common' ),
219
  'logo' => 'images/logo/bundle-community-manager.svg',
220
- 'link' => 'https://m.tri.be/1aj4',
221
  'discount' => __( 'Save over 20%', 'tribe-common' ), /* code review: fix this */
222
  'description' => __( 'Handle event submissions with ticket sales and everything you need to build a robust community.', 'tribe-common' ),
223
  'includes' => [
@@ -230,7 +230,7 @@ if ( ! class_exists( 'Tribe__App_Shop' ) ) {
230
  (object) [
231
  'title' => __( 'Ultimate Bundle', 'tribe-common' ),
232
  'logo' => 'images/logo/bundle-ultimate.svg',
233
- 'link' => 'https://m.tri.be/1aj5',
234
  'discount' => __( 'Save over 20%', 'tribe-common' ), /* code review: fix this */
235
  'description' => __( 'All of our premium events management plugins at a deep discount.', 'tribe-common' ),
236
  'includes' => [
@@ -260,37 +260,37 @@ if ( ! class_exists( 'Tribe__App_Shop' ) ) {
260
  $extensions = [
261
  (object) [
262
  'title' => __( 'Website URL CTA', 'tribe-common' ),
263
- 'link' => 'https://m.tri.be/1aj6',
264
  'image' => 'images/shop/extension-web-url-cta.jpg',
265
  'description' => __( 'Create a strong call-to-action for attendees to "Join Webinar" instead of only sharing a website address.', 'tribe-common' ),
266
  ],
267
  (object) [
268
  'title' => __( 'Link Directly to Webinar', 'tribe-common' ),
269
- 'link' => 'https://m.tri.be/1aj7',
270
  'image' => 'images/shop/extension-link-to-webinar.jpg',
271
  'description' => __( 'When users click on the event title, they’ll be taken right to the source of your event, offering a direct route to join.', 'tribe-common' ),
272
  ],
273
  (object) [
274
  'title' => __( 'Events Happening Now', 'tribe-common' ),
275
- 'link' => 'https://m.tri.be/1aj8',
276
  'image' => 'images/shop/extension-events-happening-now.jpg',
277
  'description' => __( 'Use this shortcode to display events that are currently in progress, like webinars and livestreams.', 'tribe-common' ),
278
  ],
279
  (object) [
280
  'title' => __( 'Custom Venue Links', 'tribe-common' ),
281
- 'link' => 'https://m.tri.be/1aj9',
282
  'image' => 'images/shop/extension-custom-venue-links.jpg',
283
  'description' => __( 'Turn the venue name for your event into a clickable URL — a great way to link directly to a venue’s website or a virtual meeting.', 'tribe-common' ),
284
  ],
285
  (object) [
286
  'title' => __( 'Adjust Label', 'tribe-common' ),
287
- 'link' => 'https://m.tri.be/1aja',
288
  'image' => 'images/shop/extension-change-label.jpg',
289
  'description' => __( 'Change "Events" to "Webinars," or "Venues" to "Livestream," or "Organizers" to "Hosts." Tailor your calendar for virtual events and meetings.', 'tribe-common' ),
290
  ],
291
  (object) [
292
  'title' => __( 'Reach Attendees', 'tribe-common' ),
293
- 'link' => 'https://m.tri.be/1ajc',
294
  'image' => 'images/shop/extension-advanced-options.jpg',
295
  'description' => __( 'From registration to attendance history, view every step of the event lifecycle with this HubSpot integration.', 'tribe-common' ),
296
  ],
174
  (object) [
175
  'title' => __( 'Events Marketing Bundle', 'tribe-common' ),
176
  'logo' => 'images/logo/bundle-event-marketing.svg',
177
+ 'link' => 'https://evnt.is/1aj3',
178
  'discount' => __( 'Save over 20%', 'tribe-common' ),
179
  'description' => __( 'Ticket sales, attendee management, and email marketing for your events', 'tribe-common' ),
180
  'includes' => [
186
  (object) [
187
  'title' => __( 'Event Importer Bundle', 'tribe-common' ),
188
  'logo' => 'images/logo/bundle-event-importer.svg',
189
+ 'link' => 'https://evnt.is/1aj2',
190
  'discount' => __( 'Save over 25%', 'tribe-common' ),
191
  'description' => __( 'Fill your calendar with events from across the web, including Google Calendar, Meetup, and more.', 'tribe-common' ),
192
  'includes' => [
198
  (object) [
199
  'title' => __( 'Virtual Events Marketing Bundle', 'tribe-common' ),
200
  'logo' => 'images/logo/bundle-virtual-events.svg',
201
+ 'link' => 'http://evnt.is/ve-bundle',
202
  'discount' => __( 'Save over 20%', 'tribe-common' ),
203
  'description' => __( 'Streamline your online events and increase revenue.', 'tribe-common' ),
204
  'includes' => [
217
  (object) [
218
  'title' => __( 'Community Manager Bundle', 'tribe-common' ),
219
  'logo' => 'images/logo/bundle-community-manager.svg',
220
+ 'link' => 'https://evnt.is/1aj4',
221
  'discount' => __( 'Save over 20%', 'tribe-common' ), /* code review: fix this */
222
  'description' => __( 'Handle event submissions with ticket sales and everything you need to build a robust community.', 'tribe-common' ),
223
  'includes' => [
230
  (object) [
231
  'title' => __( 'Ultimate Bundle', 'tribe-common' ),
232
  'logo' => 'images/logo/bundle-ultimate.svg',
233
+ 'link' => 'https://evnt.is/1aj5',
234
  'discount' => __( 'Save over 20%', 'tribe-common' ), /* code review: fix this */
235
  'description' => __( 'All of our premium events management plugins at a deep discount.', 'tribe-common' ),
236
  'includes' => [
260
  $extensions = [
261
  (object) [
262
  'title' => __( 'Website URL CTA', 'tribe-common' ),
263
+ 'link' => 'https://evnt.is/1aj6',
264
  'image' => 'images/shop/extension-web-url-cta.jpg',
265
  'description' => __( 'Create a strong call-to-action for attendees to "Join Webinar" instead of only sharing a website address.', 'tribe-common' ),
266
  ],
267
  (object) [
268
  'title' => __( 'Link Directly to Webinar', 'tribe-common' ),
269
+ 'link' => 'https://evnt.is/1aj7',
270
  'image' => 'images/shop/extension-link-to-webinar.jpg',
271
  'description' => __( 'When users click on the event title, they’ll be taken right to the source of your event, offering a direct route to join.', 'tribe-common' ),
272
  ],
273
  (object) [
274
  'title' => __( 'Events Happening Now', 'tribe-common' ),
275
+ 'link' => 'https://evnt.is/1aj8',
276
  'image' => 'images/shop/extension-events-happening-now.jpg',
277
  'description' => __( 'Use this shortcode to display events that are currently in progress, like webinars and livestreams.', 'tribe-common' ),
278
  ],
279
  (object) [
280
  'title' => __( 'Custom Venue Links', 'tribe-common' ),
281
+ 'link' => 'https://evnt.is/1aj9',
282
  'image' => 'images/shop/extension-custom-venue-links.jpg',
283
  'description' => __( 'Turn the venue name for your event into a clickable URL — a great way to link directly to a venue’s website or a virtual meeting.', 'tribe-common' ),
284
  ],
285
  (object) [
286
  'title' => __( 'Adjust Label', 'tribe-common' ),
287
+ 'link' => 'https://evnt.is/1aja',
288
  'image' => 'images/shop/extension-change-label.jpg',
289
  'description' => __( 'Change "Events" to "Webinars," or "Venues" to "Livestream," or "Organizers" to "Hosts." Tailor your calendar for virtual events and meetings.', 'tribe-common' ),
290
  ],
291
  (object) [
292
  'title' => __( 'Reach Attendees', 'tribe-common' ),
293
+ 'link' => 'https://evnt.is/1ajc',
294
  'image' => 'images/shop/extension-advanced-options.jpg',
295
  'description' => __( 'From registration to attendance history, view every step of the event lifecycle with this HubSpot integration.', 'tribe-common' ),
296
  ],
common/src/Tribe/Credits.php CHANGED
@@ -28,7 +28,7 @@ class Tribe__Credits {
28
  return $after_html;
29
  }
30
 
31
- $html_credit = "\n<!--\n" . esc_html__( 'This calendar is powered by The Events Calendar.', 'tribe-common' ) . "\nhttp://m.tri.be/18wn\n-->\n";
32
  $after_html .= apply_filters( 'tribe_html_credit', $html_credit );
33
  return $after_html;
34
  }
28
  return $after_html;
29
  }
30
 
31
+ $html_credit = "\n<!--\n" . esc_html__( 'This calendar is powered by The Events Calendar.', 'tribe-common' ) . "\nhttp://evnt.is/18wn\n-->\n";
32
  $after_html .= apply_filters( 'tribe_html_credit', $html_credit );
33
  return $after_html;
34
  }
common/src/Tribe/PUE/Checker.php CHANGED
@@ -498,7 +498,7 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
498
  if ( 'event-aggregator' === $this->get_slug() ) {
499
  $no_license_tooltip = sprintf(
500
  esc_html__( '%1$sBuy a license%2$s for the Event Aggregator service to access additional import features.', 'tribe-common' ),
501
- '<a href="https://m.tri.be/196y" target="_blank">',
502
  '</a>'
503
  );
504
  }
@@ -904,7 +904,7 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
904
  $response['status'] = 0;
905
 
906
  if ( ! $key ) {
907
- $response['message'] = sprintf( esc_html__( 'Hmmm... something\'s wrong with this validator. Please contact %ssupport%s.', 'tribe-common' ), '<a href="https://m.tri.be/1u">', '</a>' );
908
  return $response;
909
  }
910
 
@@ -974,7 +974,7 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
974
  }
975
 
976
  public function get_license_expired_message() {
977
- return '<a href="https://m.tri.be/195y" target="_blank" class="button button-primary">' .
978
  __( 'Renew Your License Now', 'tribe-common' ) .
979
  '<span class="screen-reader-text">' .
980
  __( ' (opens in a new window)', 'tribe-common' ) .
498
  if ( 'event-aggregator' === $this->get_slug() ) {
499
  $no_license_tooltip = sprintf(
500
  esc_html__( '%1$sBuy a license%2$s for the Event Aggregator service to access additional import features.', 'tribe-common' ),
501
+ '<a href="https://evnt.is/196y" target="_blank">',
502
  '</a>'
503
  );
504
  }
904
  $response['status'] = 0;
905
 
906
  if ( ! $key ) {
907
+ $response['message'] = sprintf( esc_html__( 'Hmmm... something\'s wrong with this validator. Please contact %ssupport%s.', 'tribe-common' ), '<a href="https://evnt.is/1u">', '</a>' );
908
  return $response;
909
  }
910
 
974
  }
975
 
976
  public function get_license_expired_message() {
977
+ return '<a href="https://evnt.is/195y" target="_blank" class="button button-primary">' .
978
  __( 'Renew Your License Now', 'tribe-common' ) .
979
  '<span class="screen-reader-text">' .
980
  __( ' (opens in a new window)', 'tribe-common' ) .
common/src/Tribe/PUE/Notices.php CHANGED
@@ -288,7 +288,7 @@ class Tribe__PUE__Notices {
288
  'tribe-common'
289
  ),
290
  $plugin_names,
291
- '<a href="http://m.tri.be/19n4" target="_blank">',
292
  '</a>'
293
  );
294
 
@@ -333,12 +333,12 @@ class Tribe__PUE__Notices {
333
  'tribe-common'
334
  ),
335
  $plugin_names,
336
- '<a href="http://m.tri.be/195d" target="_blank">',
337
  '</a>'
338
  );
339
 
340
  $renew_action =
341
- '<a href="http://m.tri.be/195y" target="_blank" class="button button-primary">' .
342
  __( 'Renew Your License Now', 'tribe-common' ) .
343
  '<span class="screen-reader-text">' .
344
  __( ' (opens in a new window)', 'tribe-common' ) .
@@ -364,7 +364,7 @@ class Tribe__PUE__Notices {
364
  'tribe-common'
365
  ),
366
  $plugin_names,
367
- '<a href="http://m.tri.be/195d" target="_blank">',
368
  '</a>'
369
  );
370
 
@@ -401,7 +401,7 @@ class Tribe__PUE__Notices {
401
  protected function find_your_key_text() {
402
  return sprintf(
403
  __( 'You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s.', 'tribe-common' ),
404
- '<a href="http://m.tri.be/195d" target="_blank">',
405
  '</a>'
406
  );
407
  }
288
  'tribe-common'
289
  ),
290
  $plugin_names,
291
+ '<a href="http://evnt.is/19n4" target="_blank">',
292
  '</a>'
293
  );
294
 
333
  'tribe-common'
334
  ),
335
  $plugin_names,
336
+ '<a href="http://evnt.is/195d" target="_blank">',
337
  '</a>'
338
  );
339
 
340
  $renew_action =
341
+ '<a href="http://evnt.is/195y" target="_blank" class="button button-primary">' .
342
  __( 'Renew Your License Now', 'tribe-common' ) .
343
  '<span class="screen-reader-text">' .
344
  __( ' (opens in a new window)', 'tribe-common' ) .
364
  'tribe-common'
365
  ),
366
  $plugin_names,
367
+ '<a href="http://evnt.is/195d" target="_blank">',
368
  '</a>'
369
  );
370
 
401
  protected function find_your_key_text() {
402
  return sprintf(
403
  __( 'You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s.', 'tribe-common' ),
404
+ '<a href="http://evnt.is/195d" target="_blank">',
405
  '</a>'
406
  );
407
  }
common/src/Tribe/PUE/Update_Prevention.php CHANGED
@@ -178,7 +178,7 @@ class Update_Prevention {
178
  $plugins_classes = array_keys( $incompatible_plugins );
179
  $plugins_list_html = tribe( 'pue.notices' )->get_formatted_plugin_names_from_classes( $plugins_classes );
180
 
181
- $link_read_more = '<a href="http://m.tri.be/1aev" target="_blank">' . esc_html__( 'Read more', 'tribe-common' ) . '.</a>';
182
 
183
  $message = sprintf(
184
  esc_html__( 'Your update failed due to an incompatibility between the version (%1$s) of the %2$s you tried to update to and the version of %3$s that you are using. %4$s', 'tribe-common' ),
178
  $plugins_classes = array_keys( $incompatible_plugins );
179
  $plugins_list_html = tribe( 'pue.notices' )->get_formatted_plugin_names_from_classes( $plugins_classes );
180
 
181
+ $link_read_more = '<a href="http://evnt.is/1aev" target="_blank">' . esc_html__( 'Read more', 'tribe-common' ) . '.</a>';
182
 
183
  $message = sprintf(
184
  esc_html__( 'Your update failed due to an incompatibility between the version (%1$s) of the %2$s you tried to update to and the version of %3$s that you are using. %4$s', 'tribe-common' ),
common/src/Tribe/Plugins_API.php CHANGED
@@ -24,7 +24,7 @@ class Tribe__Plugins_API {
24
  'the-events-calendar' => [
25
  'title' => __( 'The Events Calendar', 'tribe-common' ),
26
  'slug' => 'the-events-calendar',
27
- 'link' => 'https://m.tri.be/1ai-',
28
  'description' => __( 'Our flagship free calendar', 'tribe-common' ),
29
  'features' => [
30
  __( 'Customizable', 'tribe-common' ),
@@ -41,7 +41,7 @@ class Tribe__Plugins_API {
41
  'event-aggregator' => [
42
  'title' => __( 'Event Aggregator', 'tribe-common' ),
43
  'slug' => 'event-aggregator',
44
- 'link' => 'https://m.tri.be/1aj0',
45
  'description' => __( 'Automated imports for your calendar', 'tribe-common' ),
46
  'features' => [
47
  __( 'Schedule automated imports', 'tribe-common' ),
@@ -58,7 +58,7 @@ class Tribe__Plugins_API {
58
  'events-calendar-pro' => [
59
  'title' => __( 'Events Calendar Pro', 'tribe-common' ),
60
  'slug' => 'events-calendar-pro',
61
- 'link' => 'https://m.tri.be/1ai-',
62
  'description' => __( 'Power up your calendar with Pro', 'tribe-common' ),
63
  'features' => [
64
  __( 'Premium support', 'tribe-common' ),
@@ -75,7 +75,7 @@ class Tribe__Plugins_API {
75
  'event-tickets' => [
76
  'title' => __( 'Event Tickets', 'tribe-common' ),
77
  'slug' => 'event-tickets',
78
- 'link' => 'https://m.tri.be/1aj1',
79
  'description' => __( 'Manage ticketing and RSVPs', 'tribe-common' ),
80
  'features' => [
81
  __( 'Add tickets and RSVP to any post', 'tribe-common' ),
@@ -92,7 +92,7 @@ class Tribe__Plugins_API {
92
  'event-tickets-plus' => [
93
  'title' => __( 'Event Tickets Plus', 'tribe-common' ),
94
  'slug' => 'event-tickets-plus',
95
- 'link' => 'http://m.tri.be/1aj1',
96
  'description' => __( 'Monetize your events', 'tribe-common' ),
97
  'features' => [
98
  __( 'Custom registration fields', 'tribe-common' ),
@@ -109,7 +109,7 @@ class Tribe__Plugins_API {
109
  'promoter' => [
110
  'title' => __( 'Promoter', 'tribe-common' ),
111
  'slug' => 'promoter',
112
- 'link' => 'https://m.tri.be/1acy',
113
  'description' => __( 'An email marketing solution for events and the people running them', 'tribe-common' ),
114
  'features' => [
115
  __( 'Automate email touchpoints', 'tribe-common' ),
@@ -126,7 +126,7 @@ class Tribe__Plugins_API {
126
  'tribe-filterbar' => [
127
  'title' => __( 'Filter Bar', 'tribe-common' ),
128
  'slug' => 'tribe-filterbar',
129
- 'link' => 'https://m.tri.be/19o6',
130
  'description' => __( 'Help users find exactly the right event', 'tribe-common' ),
131
  'features' => [
132
  __( 'Configurable set of filters', 'tribe-common' ),
@@ -143,7 +143,7 @@ class Tribe__Plugins_API {
143
  'events-community' => [
144
  'title' => __( 'Community Events', 'tribe-common' ),
145
  'slug' => 'events-community',
146
- 'link' => 'https://m.tri.be/19o7',
147
  'description' => __( 'Users submit events to your calendar', 'tribe-common' ),
148
  'features' => [
149
  __( 'Publishing Control', 'tribe-common' ),
@@ -160,7 +160,7 @@ class Tribe__Plugins_API {
160
  'events-community-tickets' => [
161
  'title' => __( 'Community Tickets', 'tribe-common' ),
162
  'slug' => 'events-community-tickets',
163
- 'link' => 'https://m.tri.be/19o8',
164
  'description' => __( 'Run your own events marketplace', 'tribe-common' ),
165
  'features' => [
166
  __( 'Users submit events and sell tickets', 'tribe-common' ),
@@ -178,7 +178,7 @@ class Tribe__Plugins_API {
178
  'tribe-eventbrite' => [
179
  'title' => __( 'Eventbrite Tickets', 'tribe-common' ),
180
  'slug' => 'tribe-eventbrite',
181
- 'link' => 'https://m.tri.be/19o9',
182
  'description' => __( 'Unite the power of TEC with the ticketing of Eventbrite', 'tribe-common' ),
183
  'features' => [
184
  __( 'Manage tickets from WordPress', 'tribe-common' ),
@@ -195,7 +195,7 @@ class Tribe__Plugins_API {
195
  'image-widget-plus' => [
196
  'title' => __( 'Image Widget Plus', 'tribe-common' ),
197
  'slug' => 'image-widget-plus',
198
- 'link' => 'https://m.tri.be/19nv',
199
  'description' => __( 'Beautiful display options for your favorite photos.', 'tribe-common' ),
200
  'features' => [
201
  __( 'Multi-Image Support', 'tribe-common' ),
@@ -212,7 +212,7 @@ class Tribe__Plugins_API {
212
  'events-virtual' => [
213
  'title' => __( 'Virtual Events', 'tribe-common' ),
214
  'slug' => 'events-virtual',
215
- 'link' => 'http://m.tri.be/virtual-events',
216
  'description' => __( 'Features to optimize your calendar for virtual events.', 'tribe-common' ),
217
  'features' => [
218
  __( 'Zoom integration', 'tribe-common' ),
24
  'the-events-calendar' => [
25
  'title' => __( 'The Events Calendar', 'tribe-common' ),
26
  'slug' => 'the-events-calendar',
27
+ 'link' => 'https://evnt.is/1ai-',
28
  'description' => __( 'Our flagship free calendar', 'tribe-common' ),
29
  'features' => [
30
  __( 'Customizable', 'tribe-common' ),
41
  'event-aggregator' => [
42
  'title' => __( 'Event Aggregator', 'tribe-common' ),
43
  'slug' => 'event-aggregator',
44
+ 'link' => 'https://evnt.is/1aj0',
45
  'description' => __( 'Automated imports for your calendar', 'tribe-common' ),
46
  'features' => [
47
  __( 'Schedule automated imports', 'tribe-common' ),
58
  'events-calendar-pro' => [
59
  'title' => __( 'Events Calendar Pro', 'tribe-common' ),
60
  'slug' => 'events-calendar-pro',
61
+ 'link' => 'https://evnt.is/1ai-',
62
  'description' => __( 'Power up your calendar with Pro', 'tribe-common' ),
63
  'features' => [
64
  __( 'Premium support', 'tribe-common' ),
75
  'event-tickets' => [
76
  'title' => __( 'Event Tickets', 'tribe-common' ),
77
  'slug' => 'event-tickets',
78
+ 'link' => 'https://evnt.is/1aj1',
79
  'description' => __( 'Manage ticketing and RSVPs', 'tribe-common' ),
80
  'features' => [
81
  __( 'Add tickets and RSVP to any post', 'tribe-common' ),
92
  'event-tickets-plus' => [
93
  'title' => __( 'Event Tickets Plus', 'tribe-common' ),
94
  'slug' => 'event-tickets-plus',
95
+ 'link' => 'http://evnt.is/1aj1',
96
  'description' => __( 'Monetize your events', 'tribe-common' ),
97
  'features' => [
98
  __( 'Custom registration fields', 'tribe-common' ),
109
  'promoter' => [
110
  'title' => __( 'Promoter', 'tribe-common' ),
111
  'slug' => 'promoter',
112
+ 'link' => 'https://evnt.is/1acy',
113
  'description' => __( 'An email marketing solution for events and the people running them', 'tribe-common' ),
114
  'features' => [
115
  __( 'Automate email touchpoints', 'tribe-common' ),
126
  'tribe-filterbar' => [
127
  'title' => __( 'Filter Bar', 'tribe-common' ),
128
  'slug' => 'tribe-filterbar',
129
+ 'link' => 'https://evnt.is/19o6',
130
  'description' => __( 'Help users find exactly the right event', 'tribe-common' ),
131
  'features' => [
132
  __( 'Configurable set of filters', 'tribe-common' ),
143
  'events-community' => [
144
  'title' => __( 'Community Events', 'tribe-common' ),
145
  'slug' => 'events-community',
146
+ 'link' => 'https://evnt.is/19o7',
147
  'description' => __( 'Users submit events to your calendar', 'tribe-common' ),
148
  'features' => [
149
  __( 'Publishing Control', 'tribe-common' ),
160
  'events-community-tickets' => [
161
  'title' => __( 'Community Tickets', 'tribe-common' ),
162
  'slug' => 'events-community-tickets',
163
+ 'link' => 'https://evnt.is/19o8',
164
  'description' => __( 'Run your own events marketplace', 'tribe-common' ),
165
  'features' => [
166
  __( 'Users submit events and sell tickets', 'tribe-common' ),
178
  'tribe-eventbrite' => [
179
  'title' => __( 'Eventbrite Tickets', 'tribe-common' ),
180
  'slug' => 'tribe-eventbrite',
181
+ 'link' => 'https://evnt.is/19o9',
182
  'description' => __( 'Unite the power of TEC with the ticketing of Eventbrite', 'tribe-common' ),
183
  'features' => [
184
  __( 'Manage tickets from WordPress', 'tribe-common' ),
195
  'image-widget-plus' => [
196
  'title' => __( 'Image Widget Plus', 'tribe-common' ),
197
  'slug' => 'image-widget-plus',
198
+ 'link' => 'https://evnt.is/19nv',
199
  'description' => __( 'Beautiful display options for your favorite photos.', 'tribe-common' ),
200
  'features' => [
201
  __( 'Multi-Image Support', 'tribe-common' ),
212
  'events-virtual' => [
213
  'title' => __( 'Virtual Events', 'tribe-common' ),
214
  'slug' => 'events-virtual',
215
+ 'link' => 'http://evnt.is/virtual-events',
216
  'description' => __( 'Features to optimize your calendar for virtual events.', 'tribe-common' ),
217
  'features' => [
218
  __( 'Zoom integration', 'tribe-common' ),
common/src/admin-views/app-shop.php CHANGED
@@ -83,7 +83,7 @@ foreach ( $products as $product ) {
83
  </ul>
84
 
85
  <?php if ( 'installed' == $status ) : ?>
86
- <a class="button" href="https://m.tri.be/1aiz"><?php esc_html_e( 'Manage', 'tribe-common' ); ?></a>
87
  <?php else : ?>
88
  <a class="button" href="<?php echo esc_url( $product->link ); ?>"><?php esc_html_e( 'Learn More', 'tribe-common' ); ?></a>
89
  <?php endif; ?>
@@ -180,7 +180,7 @@ foreach ( $products as $product ) {
180
  </div>
181
  <?php endforeach; ?>
182
 
183
- <a class="button secondary" href="https://m.tri.be/1ajd"><?php esc_html_e( 'Browse Extensions', 'tribe-common' ); ?></a>
184
 
185
  </div>
186
 
83
  </ul>
84
 
85
  <?php if ( 'installed' == $status ) : ?>
86
+ <a class="button" href="https://evnt.is/1aiz"><?php esc_html_e( 'Manage', 'tribe-common' ); ?></a>
87
  <?php else : ?>
88
  <a class="button" href="<?php echo esc_url( $product->link ); ?>"><?php esc_html_e( 'Learn More', 'tribe-common' ); ?></a>
89
  <?php endif; ?>
180
  </div>
181
  <?php endforeach; ?>
182
 
183
+ <a class="button secondary" href="https://evnt.is/1ajd"><?php esc_html_e( 'Browse Extensions', 'tribe-common' ); ?></a>
184
 
185
  </div>
186
 
common/src/admin-views/tribe-options-general.php CHANGED
@@ -11,12 +11,12 @@ $generalTabFields = [
11
  ],
12
  'event-tickets-info' => [
13
  'type' => 'html',
14
- 'html' => '<p>' . sprintf( esc_html__( 'Thank you for using Event Tickets! All of us at Modern Tribe sincerely appreciate your support and we\'re excited to see you using our plugins. Check out our handy %1$sNew User Primer%2$s to get started.', 'tribe-common' ), '<a href="http://m.tri.be/18nd">', '</a>' ) . '</p>',
15
  'conditional' => ! class_exists( 'Tribe__Events__Main' ),
16
  ],
17
  'event-tickets-upsell-info' => [
18
  'type' => 'html',
19
- 'html' => '<p>' . sprintf( esc_html__( 'Optimize your site\'s event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s.', 'tribe-common' ), '<a href="http://m.tri.be/18x6">', '</a>', '<a href="http://m.tri.be/18x5">', '</a>' ) . '</p>',
20
  'conditional' => ! class_exists( 'Tribe__Events__Main' ),
21
  ],
22
  'upsell-info' => [
11
  ],
12
  'event-tickets-info' => [
13
  'type' => 'html',
14
+ 'html' => '<p>' . sprintf( esc_html__( 'Thank you for using Event Tickets! All of us at Modern Tribe sincerely appreciate your support and we\'re excited to see you using our plugins. Check out our handy %1$sNew User Primer%2$s to get started.', 'tribe-common' ), '<a href="http://evnt.is/18nd">', '</a>' ) . '</p>',
15
  'conditional' => ! class_exists( 'Tribe__Events__Main' ),
16
  ],
17
  'event-tickets-upsell-info' => [
18
  'type' => 'html',
19
+ 'html' => '<p>' . sprintf( esc_html__( 'Optimize your site\'s event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s.', 'tribe-common' ), '<a href="http://evnt.is/18x6">', '</a>', '<a href="http://evnt.is/18x5">', '</a>' ) . '</p>',
20
  'conditional' => ! class_exists( 'Tribe__Events__Main' ),
21
  ],
22
  'upsell-info' => [
common/src/admin-views/tribe-options-help.php CHANGED
@@ -12,13 +12,13 @@ $help->add_section_content( 'feature-box', sprintf( esc_html__( 'Thank you for u
12
 
13
  // Creates the Support section
14
  $help->add_section( 'support', __( 'Getting Support', 'tribe-common' ), 10 );
15
- $help->add_section_content( 'support', sprintf( __( 'Our website’s %s is a great place to find tips and tricks for using and customizing our plugins.', 'tribe-common' ), '<a href="http://m.tri.be/18j9" target="_blank">' . __( 'Knowledgebase', 'tribe-common' ) . '</a>' ), 0 );
16
  $help->add_section_content( 'support', sprintf(
17
  '<strong>%1$s</strong> %2$s',
18
  esc_html__( 'Want to dive deeper?', 'tribe-common' ),
19
  sprintf(
20
  __( 'Check out our %s for developers.', 'tribe-common' ),
21
- '<a href="http://m.tri.be/18jf" target="_blank">' . esc_html__( 'list of available functions', 'tribe-common' ) . '</a>'
22
  )
23
  ), 50 );
24
 
@@ -34,7 +34,7 @@ $help->add_section_content(
34
  '%s. All of the common (and not-so-common) answers to questions we see are here. It’s often the fastest path to finding an answer!',
35
  'tribe-common'
36
  ),
37
- '<strong><a href="http://m.tri.be/18j9" target="_blank">' . __(
38
  'Check our Knowledgebase',
39
  'tribe-common'
40
  ) . '</a></strong>'
@@ -44,7 +44,7 @@ $help->add_section_content(
44
  '%s. Testing for an existing conflict is the best start for in-depth troubleshooting. We will often ask you to follow these steps when opening a new thread, so doing this ahead of time will be super helpful.',
45
  'tribe-common'
46
  ),
47
- '<strong><a href="http://m.tri.be/18jh" target="_blank">' . __(
48
  'Test for a theme or plugin conflict',
49
  'tribe-common'
50
  ) . '</a></strong>'
@@ -54,7 +54,7 @@ $help->add_section_content(
54
  '%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review.',
55
  'tribe-common'
56
  ),
57
- '<strong><a href="http://m.tri.be/4w/" target="_blank">' . __(
58
  'Search our support help desk',
59
  'tribe-common'
60
  ) . '</a></strong>'
@@ -65,7 +65,7 @@ $help->add_section_content(
65
 
66
  // By default these three will be gathered
67
  $help->add_section_content( 'extra-help', __( 'Please note that all hands-on support is provided via the help desk. You can email or tweet at us… ​but we will probably point you back to the help desk 😄', 'tribe-common' ), 40 );
68
- $help->add_section_content( 'extra-help', '<div style="text-align: right;"><a href="http://m.tri.be/18ji" target="_blank" class="button">' . __( 'Read more about our support policy', 'tribe-common' ) . '</a></div>', 40 );
69
 
70
  // Creates the System Info section
71
  $help->add_section( 'system-info', __( 'System Information', 'tribe-common' ), 30 );
12
 
13
  // Creates the Support section
14
  $help->add_section( 'support', __( 'Getting Support', 'tribe-common' ), 10 );
15
+ $help->add_section_content( 'support', sprintf( __( 'Our website’s %s is a great place to find tips and tricks for using and customizing our plugins.', 'tribe-common' ), '<a href="http://evnt.is/18j9" target="_blank">' . __( 'Knowledgebase', 'tribe-common' ) . '</a>' ), 0 );
16
  $help->add_section_content( 'support', sprintf(
17
  '<strong>%1$s</strong> %2$s',
18
  esc_html__( 'Want to dive deeper?', 'tribe-common' ),
19
  sprintf(
20
  __( 'Check out our %s for developers.', 'tribe-common' ),
21
+ '<a href="http://evnt.is/18jf" target="_blank">' . esc_html__( 'list of available functions', 'tribe-common' ) . '</a>'
22
  )
23
  ), 50 );
24
 
34
  '%s. All of the common (and not-so-common) answers to questions we see are here. It’s often the fastest path to finding an answer!',
35
  'tribe-common'
36
  ),
37
+ '<strong><a href="http://evnt.is/18j9" target="_blank">' . __(
38
  'Check our Knowledgebase',
39
  'tribe-common'
40
  ) . '</a></strong>'
44
  '%s. Testing for an existing conflict is the best start for in-depth troubleshooting. We will often ask you to follow these steps when opening a new thread, so doing this ahead of time will be super helpful.',
45
  'tribe-common'
46
  ),
47
+ '<strong><a href="http://evnt.is/18jh" target="_blank">' . __(
48
  'Test for a theme or plugin conflict',
49
  'tribe-common'
50
  ) . '</a></strong>'
54
  '%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review.',
55
  'tribe-common'
56
  ),
57
+ '<strong><a href="http://evnt.is/4w/" target="_blank">' . __(
58
  'Search our support help desk',
59
  'tribe-common'
60
  ) . '</a></strong>'
65
 
66
  // By default these three will be gathered
67
  $help->add_section_content( 'extra-help', __( 'Please note that all hands-on support is provided via the help desk. You can email or tweet at us… ​but we will probably point you back to the help desk 😄', 'tribe-common' ), 40 );
68
+ $help->add_section_content( 'extra-help', '<div style="text-align: right;"><a href="http://evnt.is/18ji" target="_blank" class="button">' . __( 'Read more about our support policy', 'tribe-common' ) . '</a></div>', 40 );
69
 
70
  // Creates the System Info section
71
  $help->add_section( 'system-info', __( 'System Information', 'tribe-common' ), 30 );
common/src/admin-views/tribe-options-licenses.php CHANGED
@@ -8,9 +8,9 @@ $html = '<p>' .
8
  $html .= '<p>' .
9
  sprintf(
10
  esc_html__( 'In order to register a plugin license, you\'ll first need to %1$sdownload and install%2$s the plugin you purchased. You can download the latest version of your plugin(s) from %3$syour account\'s downloads page%4$s. Once the plugin is installed and activated on this site, the license key field will appear below.', 'tribe-common' ),
11
- '<a href="http://m.tri.be/1acu" target="_blank">',
12
  '</a>',
13
- '<a href="http://m.tri.be/1act" target="_blank">',
14
  '</a>'
15
  ) .
16
  '</p>';
@@ -24,22 +24,22 @@ $html .= '<p>' .
24
  '</p>';
25
 
26
  $html .= '<ul>';
27
- $html .= '<li><a href="http://m.tri.be/1acv" target="_blank">' .
28
  esc_html__( 'Why am I being told my license key is out of installs?', 'tribe-common' ) .
29
  '</a></li>';
30
- $html .= '<li><a href="http://m.tri.be/1ad1" target="_blank">' .
31
  esc_html__( 'View and manage your license keys', 'tribe-common' ) .
32
  '</a></li>';
33
- $html .= '<li><a href="http://m.tri.be/1acw" target="_blank">' .
34
  esc_html__( 'Moving your license keys', 'tribe-common' ) .
35
  '</a></li>';
36
- $html .= '<li><a href="http://m.tri.be/1acx" target="_blank">' .
37
  esc_html__( 'Expired license keys and subscriptions', 'tribe-common' ) .
38
  '</a></li>';
39
 
40
  // Expand with extra information for multisite users
41
  if ( is_multisite() ) {
42
- $html .= '<li><a href="http://m.tri.be/1ad0" target="_blank">' .
43
  esc_html__( 'Licenses for Multisites', 'tribe-common' ) .
44
  '</a></li>';
45
  }
8
  $html .= '<p>' .
9
  sprintf(
10
  esc_html__( 'In order to register a plugin license, you\'ll first need to %1$sdownload and install%2$s the plugin you purchased. You can download the latest version of your plugin(s) from %3$syour account\'s downloads page%4$s. Once the plugin is installed and activated on this site, the license key field will appear below.', 'tribe-common' ),
11
+ '<a href="http://evnt.is/1acu" target="_blank">',
12
  '</a>',
13
+ '<a href="http://evnt.is/1act" target="_blank">',
14
  '</a>'
15
  ) .
16
  '</p>';
24
  '</p>';
25
 
26
  $html .= '<ul>';
27
+ $html .= '<li><a href="http://evnt.is/1acv" target="_blank">' .
28
  esc_html__( 'Why am I being told my license key is out of installs?', 'tribe-common' ) .
29
  '</a></li>';
30
+ $html .= '<li><a href="http://evnt.is/1ad1" target="_blank">' .
31
  esc_html__( 'View and manage your license keys', 'tribe-common' ) .
32
  '</a></li>';
33
+ $html .= '<li><a href="http://evnt.is/1acw" target="_blank">' .
34
  esc_html__( 'Moving your license keys', 'tribe-common' ) .
35
  '</a></li>';
36
+ $html .= '<li><a href="http://evnt.is/1acx" target="_blank">' .
37
  esc_html__( 'Expired license keys and subscriptions', 'tribe-common' ) .
38
  '</a></li>';
39
 
40
  // Expand with extra information for multisite users
41
  if ( is_multisite() ) {
42
+ $html .= '<li><a href="http://evnt.is/1ad0" target="_blank">' .
43
  esc_html__( 'Licenses for Multisites', 'tribe-common' ) .
44
  '</a></li>';
45
  }
common/src/views/v2/components/icons/arrow-right.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/caret-down.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/caret-left.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/caret-right.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/close-alt.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/close.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/day.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/dot.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/error.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/featured.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/filter.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/list.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/location.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/mail.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/map-pin.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/map.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/messages-not-found.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/minus.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/month.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/no-map.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/phone.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/photo.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/play.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @version 4.12.14
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @version 4.12.14
13
  *
common/src/views/v2/components/icons/plus.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/recurring.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/reset.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/search.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/video.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/virtual.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/website.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/src/views/v2/components/icons/week.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link http://m.tri.be/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link http://evnt.is/1aiy
11
  *
12
  * @var array<string> $classes Additional classes to add to the svg icon.
13
  *
common/vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit23888d8a047ba827fce47bbf5139ab10::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit668a5bf5d5011e4fca50d798175e7ac1::getLoader();
common/vendor/autoload_52.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
- return ComposerAutoloaderInit324c7c2747b205a3fcd16ccfd18a0516::getLoader();
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
+ return ComposerAutoloaderInitf459a0b2be087dd29fd8fd4aba579908::getLoader();
common/vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit23888d8a047ba827fce47bbf5139ab10
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit23888d8a047ba827fce47bbf5139ab10
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit23888d8a047ba827fce47bbf5139ab10', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit23888d8a047ba827fce47bbf5139ab10', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
- call_user_func(\Composer\Autoload\ComposerStaticInit23888d8a047ba827fce47bbf5139ab10::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit668a5bf5d5011e4fca50d798175e7ac1
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit668a5bf5d5011e4fca50d798175e7ac1', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit668a5bf5d5011e4fca50d798175e7ac1', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
+ call_user_func(\Composer\Autoload\ComposerStaticInit668a5bf5d5011e4fca50d798175e7ac1::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
common/vendor/composer/autoload_real_52.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
- class ComposerAutoloaderInit324c7c2747b205a3fcd16ccfd18a0516 {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit324c7c2747b205a3fcd16ccfd18a0516 {
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit324c7c2747b205a3fcd16ccfd18a0516', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit324c7c2747b205a3fcd16ccfd18a0516', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
+ class ComposerAutoloaderInitf459a0b2be087dd29fd8fd4aba579908 {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInitf459a0b2be087dd29fd8fd4aba579908', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInitf459a0b2be087dd29fd8fd4aba579908', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
common/vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit23888d8a047ba827fce47bbf5139ab10
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'T' =>
@@ -227,10 +227,10 @@ class ComposerStaticInit23888d8a047ba827fce47bbf5139ab10
227
  public static function getInitializer(ClassLoader $loader)
228
  {
229
  return \Closure::bind(function () use ($loader) {
230
- $loader->prefixLengthsPsr4 = ComposerStaticInit23888d8a047ba827fce47bbf5139ab10::$prefixLengthsPsr4;
231
- $loader->prefixDirsPsr4 = ComposerStaticInit23888d8a047ba827fce47bbf5139ab10::$prefixDirsPsr4;
232
- $loader->prefixesPsr0 = ComposerStaticInit23888d8a047ba827fce47bbf5139ab10::$prefixesPsr0;
233
- $loader->classMap = ComposerStaticInit23888d8a047ba827fce47bbf5139ab10::$classMap;
234
 
235
  }, null, ClassLoader::class);
236
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit668a5bf5d5011e4fca50d798175e7ac1
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'T' =>
227
  public static function getInitializer(ClassLoader $loader)
228
  {
229
  return \Closure::bind(function () use ($loader) {
230
+ $loader->prefixLengthsPsr4 = ComposerStaticInit668a5bf5d5011e4fca50d798175e7ac1::$prefixLengthsPsr4;
231
+ $loader->prefixDirsPsr4 = ComposerStaticInit668a5bf5d5011e4fca50d798175e7ac1::$prefixDirsPsr4;
232
+ $loader->prefixesPsr0 = ComposerStaticInit668a5bf5d5011e4fca50d798175e7ac1::$prefixesPsr0;
233
+ $loader->classMap = ComposerStaticInit668a5bf5d5011e4fca50d798175e7ac1::$classMap;
234
 
235
  }, null, ClassLoader::class);
236
  }
common/vendor/composer/installed.json CHANGED
@@ -61,17 +61,17 @@
61
  },
62
  {
63
  "name": "lucatume/di52",
64
- "version": "2.1.3",
65
- "version_normalized": "2.1.3.0",
66
  "source": {
67
  "type": "git",
68
  "url": "https://github.com/lucatume/di52.git",
69
- "reference": "d57c267abf32a1d0ffd97b401e755028a9e2bc78"
70
  },
71
  "dist": {
72
  "type": "zip",
73
- "url": "https://api.github.com/repos/lucatume/di52/zipball/d57c267abf32a1d0ffd97b401e755028a9e2bc78",
74
- "reference": "d57c267abf32a1d0ffd97b401e755028a9e2bc78",
75
  "shasum": ""
76
  },
77
  "require": {
@@ -82,7 +82,7 @@
82
  "phpunit/phpunit-mock-objects-php52": "dev-1.1.0-php52",
83
  "phpunit/phpunit-php52": "dev-3.6.12-php52"
84
  },
85
- "time": "2020-11-02T11:14:57+00:00",
86
  "type": "library",
87
  "installation-source": "dist",
88
  "autoload": {
61
  },
62
  {
63
  "name": "lucatume/di52",
64
+ "version": "2.1.4",
65
+ "version_normalized": "2.1.4.0",
66
  "source": {
67
  "type": "git",
68
  "url": "https://github.com/lucatume/di52.git",
69
+ "reference": "6a292211920984ac4ce050a9084936224bff8f45"
70
  },
71
  "dist": {
72
  "type": "zip",
73
+ "url": "https://api.github.com/repos/lucatume/di52/zipball/6a292211920984ac4ce050a9084936224bff8f45",
74
+ "reference": "6a292211920984ac4ce050a9084936224bff8f45",
75
  "shasum": ""
76
  },
77
  "require": {
82
  "phpunit/phpunit-mock-objects-php52": "dev-1.1.0-php52",
83
  "phpunit/phpunit-php52": "dev-3.6.12-php52"
84
  },
85
+ "time": "2021-01-01T12:14:15+00:00",
86
  "type": "library",
87
  "installation-source": "dist",
88
  "autoload": {
common/vendor/lucatume/di52/src/tad/DI52/Container.php CHANGED
@@ -805,7 +805,11 @@ class tad_DI52_Container implements ArrayAccess {
805
  }
806
 
807
  public function _getParameter(ReflectionParameter $parameter) {
808
- $class = $parameter->getClass();
 
 
 
 
809
 
810
  if (null === $class) {
811
  if (!$parameter->isDefaultValueAvailable()) {
@@ -814,9 +818,13 @@ class tad_DI52_Container implements ArrayAccess {
814
  return $parameter->getDefaultValue();
815
  }
816
 
817
- $parameterClass = $parameter->getClass()->getName();
 
 
 
 
818
 
819
- if (!$this->isBound($parameterClass) && !$parameter->getClass()->isInstantiable()) {
820
  if (!$parameter->isDefaultValueAvailable()) {
821
  throw new ReflectionException("parameter '{$parameter->name}' of '{$this->resolving}::__construct' does not have a default value.");
822
  }
805
  }
806
 
807
  public function _getParameter(ReflectionParameter $parameter) {
808
+ if (defined( 'PHP_VERSION_ID' ) && PHP_VERSION_ID >= 80000) {
809
+ $class = $parameter->getType() && ! $parameter->getType()->isBuiltin() ? new ReflectionClass( $parameter->getType()->getName() ) : null;
810
+ } else {
811
+ $class = $parameter->getClass();
812
+ }
813
 
814
  if (null === $class) {
815
  if (!$parameter->isDefaultValueAvailable()) {
818
  return $parameter->getDefaultValue();
819
  }
820
 
821
+ if (defined( 'PHP_VERSION_ID' ) && PHP_VERSION_ID >= 80000) {
822
+ $parameterClass = $parameter->getType() && ! $parameter->getType()->isBuiltin() ? $parameter->getType()->getName() : null;
823
+ } else {
824
+ $parameterClass = $parameter->getClass()->getName();
825
+ }
826
 
827
+ if (!$this->isBound($parameterClass) && !$class->isInstantiable()) {
828
  if (!$parameter->isDefaultValueAvailable()) {
829
  throw new ReflectionException("parameter '{$parameter->name}' of '{$this->resolving}::__construct' does not have a default value.");
830
  }
event-tickets.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Event Tickets
4
  Plugin URI: https://evnt.is/1acb
5
  Description: Event Tickets allows you to sell basic tickets and collect RSVPs from any post, page, or event.
6
- Version: 5.0.4.2
7
  Author: The Events Calendar
8
  Author URI: https://evnt.is/1aor
9
  License: GPLv2 or later
@@ -30,6 +30,7 @@ Domain Path: /lang/
30
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
31
  */
32
 
 
33
  if ( ! defined( 'ABSPATH' ) ) {
34
  die( '-1' );
35
  }
3
  Plugin Name: Event Tickets
4
  Plugin URI: https://evnt.is/1acb
5
  Description: Event Tickets allows you to sell basic tickets and collect RSVPs from any post, page, or event.
6
+ Version: 5.0.5
7
  Author: The Events Calendar
8
  Author URI: https://evnt.is/1aor
9
  License: GPLv2 or later
30
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
31
  */
32
 
33
+
34
  if ( ! defined( 'ABSPATH' ) ) {
35
  die( '-1' );
36
  }
lang/event-tickets-cs_CZ.mo CHANGED
Binary file
lang/event-tickets-da_DK.mo CHANGED
Binary file
lang/event-tickets-de_DE.mo CHANGED
Binary file
lang/event-tickets-el.mo CHANGED
Binary file
lang/event-tickets-es_ES.mo CHANGED
Binary file
lang/event-tickets-fi.mo CHANGED
Binary file
lang/event-tickets-fr_CA.mo CHANGED
Binary file
lang/event-tickets-fr_FR.mo CHANGED
Binary file
lang/event-tickets-hu_HU.mo CHANGED
Binary file
lang/event-tickets-it_IT.mo CHANGED
Binary file
lang/event-tickets-ja.mo CHANGED
Binary file
lang/event-tickets-nl_NL.mo CHANGED
Binary file
lang/event-tickets-pt_BR.mo CHANGED
Binary file
lang/event-tickets-pt_PT.mo CHANGED
Binary file
lang/event-tickets-sq.mo CHANGED
Binary file
lang/event-tickets-sv_SE.mo CHANGED
Binary file
lang/event-tickets-tr_TR.mo CHANGED
Binary file
lang/event-tickets.pot CHANGED
@@ -1,20 +1,20 @@
1
- # Copyright (C) 2020 Modern Tribe
2
  # This file is distributed under the same license as the Event Tickets package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Event Tickets 5.0.4\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-tickets\n"
7
- "POT-Creation-Date: 2020-12-11 06:25:33+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2020-12-11 06:25\n"
12
  "Last-Translator: \n"
13
  "Language-Team: \n"
14
 
15
- #. #-#-#-#-# event-tickets.pot (Event Tickets 5.0.4) #-#-#-#-#
16
  #. Plugin Name of the plugin/theme
17
- #: event-tickets.php:62 src/Tribe/Admin/Notices.php:92 src/Tribe/Main.php:674
18
  #: src/Tribe/Privacy.php:59 src/admin-views/admin-welcome-message.php:58
19
  msgid "Event Tickets"
20
  msgstr ""
@@ -180,7 +180,7 @@ msgid ""
180
  "series will have your %4$s or %5$s displayed."
181
  msgstr ""
182
 
183
- #: src/Tribe/Admin/Notices.php:214 src/Tribe/Main.php:649
184
  #: src/admin-views/admin-welcome-message.php:56
185
  #: src/admin-views/tribe-options-tickets.php:156
186
  msgid "Event Tickets Plus"
@@ -225,29 +225,29 @@ msgstr ""
225
  msgid "Unticketed"
226
  msgstr ""
227
 
228
- #: src/Tribe/Assets.php:181 src/views/tickets/tpp-success.php:99
229
  msgid "%s header image"
230
  msgstr ""
231
 
232
- #: src/Tribe/Assets.php:182
233
  msgid "Set as %s header"
234
  msgstr ""
235
 
236
- #: src/Tribe/Assets.php:248
237
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
238
  msgstr ""
239
 
240
- #: src/Tribe/Assets.php:254
241
  msgid ""
242
  "It looks like you have modified your shared capacity setting but have not "
243
  "saved or updated the post."
244
  msgstr ""
245
 
246
- #: src/Tribe/Assets.php:261 src/Tribe/Metabox.php:575
247
  msgid "Please enter in without thousand separators and currency symbols."
248
  msgstr ""
249
 
250
- #: src/Tribe/Assets.php:359
251
  msgid ""
252
  "There is unsaved attendee information. Are you sure you want to continue?"
253
  msgstr ""
@@ -351,8 +351,8 @@ msgctxt "attendee export"
351
  msgid "Customer Email Address"
352
  msgstr ""
353
 
354
- #: src/Tribe/Attendees.php:544 src/admin-views/tribe-options-tickets.php:244
355
- #: src/admin-views/tribe-options-tickets.php:256
356
  msgid "Yes"
357
  msgstr ""
358
 
@@ -1111,113 +1111,113 @@ msgstr ""
1111
  msgid "Free"
1112
  msgstr ""
1113
 
1114
- #: src/Tribe/Main.php:145
1115
  msgctxt "provider_plugin_name"
1116
  msgid "Tickets"
1117
  msgstr ""
1118
 
1119
- #: src/Tribe/Main.php:413
1120
  msgid ""
1121
  "When The Events Calendar and Event Tickets are both activated, The Events "
1122
  "Calendar must be running version %1$s or greater. Please %2$supdate now.%3$s"
1123
  msgstr ""
1124
 
1125
- #: src/Tribe/Main.php:476
1126
  msgid ""
1127
  "Sorry, Event Tickets requires WordPress %s or higher. Please upgrade your "
1128
  "WordPress install."
1129
  msgstr ""
1130
 
1131
- #: src/Tribe/Main.php:480
1132
  msgid ""
1133
  "Sorry, Event Tickets requires PHP %s or higher. Talk to your Web host about "
1134
  "moving you to a newer version of PHP."
1135
  msgstr ""
1136
 
1137
- #: src/Tribe/Main.php:604
1138
  msgid "Support for Event Tickets"
1139
  msgstr ""
1140
 
1141
- #: src/Tribe/Main.php:606
1142
  msgid "Settings overview"
1143
  msgstr ""
1144
 
1145
- #: src/Tribe/Main.php:607
1146
  msgid "Features overview"
1147
  msgstr ""
1148
 
1149
- #: src/Tribe/Main.php:608
1150
  msgid "Troubleshooting common problems"
1151
  msgstr ""
1152
 
1153
- #: src/Tribe/Main.php:609
1154
  msgid "Customizing Event Tickets"
1155
  msgstr ""
1156
 
1157
- #: src/Tribe/Main.php:626
1158
  msgid "New User Primer"
1159
  msgstr ""
1160
 
1161
- #: src/Tribe/Main.php:628
1162
  msgctxt "help feature box section"
1163
  msgid ""
1164
  "We are committed to helping you sell %1$s for your event. Check out our "
1165
  "handy %2$s to get started."
1166
  msgstr ""
1167
 
1168
- #: src/Tribe/Main.php:645
1169
  msgid "open-source forum on WordPress.org"
1170
  msgstr ""
1171
 
1172
- #: src/Tribe/Main.php:646
1173
  msgid ""
1174
  "If you have tried the above steps and are still having trouble, you can post "
1175
  "a new thread to our %s. Our support staff monitors these forums once a week "
1176
  "and would be happy to assist you there."
1177
  msgstr ""
1178
 
1179
- #: src/Tribe/Main.php:648
1180
  msgid "premium support on our website"
1181
  msgstr ""
1182
 
1183
- #: src/Tribe/Main.php:650
1184
  msgid ""
1185
  "Looking for more immediate support? We offer %1$s with the purchase of any "
1186
  "of our premium plugins (like %2$s). Pick up a license and you can post there "
1187
  "directly and expect a response within 24-48 hours during weekdays."
1188
  msgstr ""
1189
 
1190
- #: src/Tribe/Main.php:652 src/Tribe/Main.php:657
1191
  msgid "post a thread"
1192
  msgstr ""
1193
 
1194
- #: src/Tribe/Main.php:653
1195
  msgid ""
1196
  "Already have Event Tickets Plus? You can %s in our premium support forums. "
1197
  "Our support team monitors the forums and will respond to your thread within "
1198
  "24-48 hours (during the week)."
1199
  msgstr ""
1200
 
1201
- #: src/Tribe/Main.php:658
1202
  msgid ""
1203
  "If you have a valid license for one of our paid plugins, you can %s in our "
1204
  "premium support forums. Our support team monitors the forums and will "
1205
  "respond to your thread within 24-48 hours (during the week)."
1206
  msgstr ""
1207
 
1208
- #: src/Tribe/Main.php:680
1209
  msgid "Event Tickets - Legacy"
1210
  msgstr ""
1211
 
1212
- #: src/Tribe/Main.php:816
1213
  msgid "Welcome to Event Tickets!"
1214
  msgstr ""
1215
 
1216
- #: src/Tribe/Main.php:969
1217
  msgid "Buy"
1218
  msgstr ""
1219
 
1220
- #: src/Tribe/Main.php:1048
1221
  msgid ""
1222
  "When Event Tickets and Event Tickets Plus are both activated, Event Tickets "
1223
  "Plus must be running version %1$s or greater. Please %2$smanually update now"
@@ -3303,11 +3303,11 @@ msgid ""
3303
  "%3$s"
3304
  msgstr ""
3305
 
3306
- #: src/admin-views/tribe-options-tickets.php:191
3307
  msgid "these instructions"
3308
  msgstr ""
3309
 
3310
- #: src/admin-views/tribe-options-tickets.php:192
3311
  msgctxt "tickets fields settings PayPal setup"
3312
  msgid ""
3313
  "In order to use Tribe Commerce to sell %1$s, you must configure your PayPal "
@@ -3315,154 +3315,154 @@ msgid ""
3315
  "set up, follow %2$s"
3316
  msgstr ""
3317
 
3318
- #: src/admin-views/tribe-options-tickets.php:196
3319
  msgid ""
3320
  "Have you entered this site's address in the Notification URL field in IPN "
3321
  "Settings?"
3322
  msgstr ""
3323
 
3324
- #: src/admin-views/tribe-options-tickets.php:198
3325
  msgid "Your site address is: %s"
3326
  msgstr ""
3327
 
3328
- #: src/admin-views/tribe-options-tickets.php:206
3329
  msgid "Tribe Commerce"
3330
  msgstr ""
3331
 
3332
- #: src/admin-views/tribe-options-tickets.php:214
3333
  msgid "Enable Tribe Commerce "
3334
  msgstr ""
3335
 
3336
- #: src/admin-views/tribe-options-tickets.php:215
3337
  msgid "Check this box if you wish to turn on Tribe Commerce functionality."
3338
  msgstr ""
3339
 
3340
- #: src/admin-views/tribe-options-tickets.php:228
3341
  msgid "Configure PayPal:"
3342
  msgstr ""
3343
 
3344
- #: src/admin-views/tribe-options-tickets.php:234
3345
  msgid "PayPal email to receive payments:"
3346
  msgstr ""
3347
 
3348
- #: src/admin-views/tribe-options-tickets.php:242
3349
  msgid ""
3350
  "Have you enabled instant payment notifications (IPN) in your PayPal "
3351
  "account's Selling Tools?"
3352
  msgstr ""
3353
 
3354
- #: src/admin-views/tribe-options-tickets.php:245
3355
- #: src/admin-views/tribe-options-tickets.php:257
3356
  msgid "No"
3357
  msgstr ""
3358
 
3359
- #: src/admin-views/tribe-options-tickets.php:268
3360
  msgid "PayPal configuration status:"
3361
  msgstr ""
3362
 
3363
- #: src/admin-views/tribe-options-tickets.php:271
3364
  msgid ""
3365
  "For help creating and configuring your account, call PayPal at "
3366
  "1-844-720-4038 (USA)"
3367
  msgstr ""
3368
 
3369
- #: src/admin-views/tribe-options-tickets.php:280
3370
  msgid "PayPal Sandbox"
3371
  msgstr ""
3372
 
3373
- #: src/admin-views/tribe-options-tickets.php:281
3374
  msgid "Enables PayPal Sandbox mode for testing."
3375
  msgstr ""
3376
 
3377
- #: src/admin-views/tribe-options-tickets.php:287
3378
  msgid "Currency Code"
3379
  msgstr ""
3380
 
3381
- #: src/admin-views/tribe-options-tickets.php:288
3382
  msgid "The currency that will be used for Tribe Commerce transactions."
3383
  msgstr ""
3384
 
3385
- #: src/admin-views/tribe-options-tickets.php:295
3386
  msgid "Stock Handling"
3387
  msgstr ""
3388
 
3389
- #: src/admin-views/tribe-options-tickets.php:296
3390
  msgctxt "tickets fields settings paypal stock handling"
3391
  msgid ""
3392
  "When a customer purchases a %s, PayPal might flag the order as Pending. The "
3393
  "order will be Complete once payment is confirmed by PayPal."
3394
  msgstr ""
3395
 
3396
- #: src/admin-views/tribe-options-tickets.php:301
3397
  msgid "Decrease available %s stock as soon as a Pending order is created."
3398
  msgstr ""
3399
 
3400
- #: src/admin-views/tribe-options-tickets.php:305
3401
  msgid ""
3402
  "Only decrease available %s stock if an order is confirmed as Completed by "
3403
  "PayPal."
3404
  msgstr ""
3405
 
3406
- #: src/admin-views/tribe-options-tickets.php:313
3407
  msgid "Success page"
3408
  msgstr ""
3409
 
3410
- #: src/admin-views/tribe-options-tickets.php:316
3411
  msgid ""
3412
  "After a successful PayPal order users will be redirected to this page; use "
3413
  "the %s shortcode to display the order confirmation to the user in the page "
3414
  "content."
3415
  msgstr ""
3416
 
3417
- #: src/admin-views/tribe-options-tickets.php:327
3418
  msgid "Confirmation email sender address"
3419
  msgstr ""
3420
 
3421
- #: src/admin-views/tribe-options-tickets.php:328
3422
  msgctxt "tickets fields settings paypal confirmation email"
3423
  msgid ""
3424
  "Email address PayPal %s customers will receive confirmation from. Leave "
3425
  "empty to use the default WordPress site email address."
3426
  msgstr ""
3427
 
3428
- #: src/admin-views/tribe-options-tickets.php:336
3429
  msgid "Confirmation email sender name"
3430
  msgstr ""
3431
 
3432
- #: src/admin-views/tribe-options-tickets.php:337
3433
  msgctxt "tickets fields settings paypal email sender"
3434
  msgid ""
3435
  "Sender name of the confirmation email sent to customers when confirming a %s "
3436
  "purchase."
3437
  msgstr ""
3438
 
3439
- #: src/admin-views/tribe-options-tickets.php:345
3440
  msgid "Confirmation email subject"
3441
  msgstr ""
3442
 
3443
- #: src/admin-views/tribe-options-tickets.php:346
3444
  msgctxt "tickets fields settings paypal email subject"
3445
  msgid ""
3446
  "Subject of the confirmation email sent to customers when confirming a %s "
3447
  "purchase."
3448
  msgstr ""
3449
 
3450
- #: src/admin-views/tribe-options-tickets.php:348
3451
  msgctxt "tickets fields settings paypal email subject"
3452
  msgid "You have %s!"
3453
  msgstr ""
3454
 
3455
- #: src/admin-views/tribe-options-tickets.php:360
3456
  msgid ""
3457
  "You can see and manage your IPN Notifications history from the IPN "
3458
  "Notifications settings area (%s)."
3459
  msgstr ""
3460
 
3461
- #: src/admin-views/tribe-options-tickets.php:370
3462
  msgid "IPN Notify URL"
3463
  msgstr ""
3464
 
3465
- #: src/admin-views/tribe-options-tickets.php:372
3466
  msgid ""
3467
  "Override the default IPN notify URL with this value. This value must be the "
3468
  "same set in PayPal IPN Notifications settings area (%s)."
@@ -3870,7 +3870,7 @@ msgid ""
3870
  "information as well as change ticket quantities."
3871
  msgstr ""
3872
 
3873
- #: src/views/components/loader.php:18
3874
  msgid "Loading..."
3875
  msgstr ""
3876
 
@@ -4006,7 +4006,7 @@ msgstr ""
4006
  msgid "Year"
4007
  msgstr ""
4008
 
4009
- #: src/views/registration-js/mini-cart.php:47
4010
  msgctxt "Attendee registration mini-cart/ticket summary title."
4011
  msgid "Ticket Summary"
4012
  msgstr ""
@@ -4414,7 +4414,7 @@ msgid "%1$s %2$s %3$s available"
4414
  msgstr ""
4415
 
4416
  #. Plugin URI of the plugin/theme
4417
- msgid "http://m.tri.be/1acb"
4418
  msgstr ""
4419
 
4420
  #. Description of the plugin/theme
@@ -4424,9 +4424,9 @@ msgid ""
4424
  msgstr ""
4425
 
4426
  #. Author of the plugin/theme
4427
- msgid "Modern Tribe, Inc."
4428
  msgstr ""
4429
 
4430
  #. Author URI of the plugin/theme
4431
- msgid "http://m.tri.be/28"
4432
  msgstr ""
1
+ # Copyright (C) 2021 Modern Tribe
2
  # This file is distributed under the same license as the Event Tickets package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Event Tickets 5.0.5\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-tickets\n"
7
+ "POT-Creation-Date: 2021-01-20 06:54:39+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2021-01-20 06:54\n"
12
  "Last-Translator: \n"
13
  "Language-Team: \n"
14
 
15
+ #. #-#-#-#-# event-tickets.pot (Event Tickets 5.0.5) #-#-#-#-#
16
  #. Plugin Name of the plugin/theme
17
+ #: event-tickets.php:62 src/Tribe/Admin/Notices.php:92 src/Tribe/Main.php:675
18
  #: src/Tribe/Privacy.php:59 src/admin-views/admin-welcome-message.php:58
19
  msgid "Event Tickets"
20
  msgstr ""
180
  "series will have your %4$s or %5$s displayed."
181
  msgstr ""
182
 
183
+ #: src/Tribe/Admin/Notices.php:214 src/Tribe/Main.php:650
184
  #: src/admin-views/admin-welcome-message.php:56
185
  #: src/admin-views/tribe-options-tickets.php:156
186
  msgid "Event Tickets Plus"
225
  msgid "Unticketed"
226
  msgstr ""
227
 
228
+ #: src/Tribe/Assets.php:187 src/views/tickets/tpp-success.php:99
229
  msgid "%s header image"
230
  msgstr ""
231
 
232
+ #: src/Tribe/Assets.php:188
233
  msgid "Set as %s header"
234
  msgstr ""
235
 
236
+ #: src/Tribe/Assets.php:254
237
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
238
  msgstr ""
239
 
240
+ #: src/Tribe/Assets.php:260
241
  msgid ""
242
  "It looks like you have modified your shared capacity setting but have not "
243
  "saved or updated the post."
244
  msgstr ""
245
 
246
+ #: src/Tribe/Assets.php:267 src/Tribe/Metabox.php:575
247
  msgid "Please enter in without thousand separators and currency symbols."
248
  msgstr ""
249
 
250
+ #: src/Tribe/Assets.php:365
251
  msgid ""
252
  "There is unsaved attendee information. Are you sure you want to continue?"
253
  msgstr ""
351
  msgid "Customer Email Address"
352
  msgstr ""
353
 
354
+ #: src/Tribe/Attendees.php:544 src/admin-views/tribe-options-tickets.php:245
355
+ #: src/admin-views/tribe-options-tickets.php:257
356
  msgid "Yes"
357
  msgstr ""
358
 
1111
  msgid "Free"
1112
  msgstr ""
1113
 
1114
+ #: src/Tribe/Main.php:146
1115
  msgctxt "provider_plugin_name"
1116
  msgid "Tickets"
1117
  msgstr ""
1118
 
1119
+ #: src/Tribe/Main.php:414
1120
  msgid ""
1121
  "When The Events Calendar and Event Tickets are both activated, The Events "
1122
  "Calendar must be running version %1$s or greater. Please %2$supdate now.%3$s"
1123
  msgstr ""
1124
 
1125
+ #: src/Tribe/Main.php:477
1126
  msgid ""
1127
  "Sorry, Event Tickets requires WordPress %s or higher. Please upgrade your "
1128
  "WordPress install."
1129
  msgstr ""
1130
 
1131
+ #: src/Tribe/Main.php:481
1132
  msgid ""
1133
  "Sorry, Event Tickets requires PHP %s or higher. Talk to your Web host about "
1134
  "moving you to a newer version of PHP."
1135
  msgstr ""
1136
 
1137
+ #: src/Tribe/Main.php:605
1138
  msgid "Support for Event Tickets"
1139
  msgstr ""
1140
 
1141
+ #: src/Tribe/Main.php:607
1142
  msgid "Settings overview"
1143
  msgstr ""
1144
 
1145
+ #: src/Tribe/Main.php:608
1146
  msgid "Features overview"
1147
  msgstr ""
1148
 
1149
+ #: src/Tribe/Main.php:609
1150
  msgid "Troubleshooting common problems"
1151
  msgstr ""
1152
 
1153
+ #: src/Tribe/Main.php:610
1154
  msgid "Customizing Event Tickets"
1155
  msgstr ""
1156
 
1157
+ #: src/Tribe/Main.php:627
1158
  msgid "New User Primer"
1159
  msgstr ""
1160
 
1161
+ #: src/Tribe/Main.php:629
1162
  msgctxt "help feature box section"
1163
  msgid ""
1164
  "We are committed to helping you sell %1$s for your event. Check out our "
1165
  "handy %2$s to get started."
1166
  msgstr ""
1167
 
1168
+ #: src/Tribe/Main.php:646
1169
  msgid "open-source forum on WordPress.org"
1170
  msgstr ""
1171
 
1172
+ #: src/Tribe/Main.php:647
1173
  msgid ""
1174
  "If you have tried the above steps and are still having trouble, you can post "
1175
  "a new thread to our %s. Our support staff monitors these forums once a week "
1176
  "and would be happy to assist you there."
1177
  msgstr ""
1178
 
1179
+ #: src/Tribe/Main.php:649
1180
  msgid "premium support on our website"
1181
  msgstr ""
1182
 
1183
+ #: src/Tribe/Main.php:651
1184
  msgid ""
1185
  "Looking for more immediate support? We offer %1$s with the purchase of any "
1186
  "of our premium plugins (like %2$s). Pick up a license and you can post there "
1187
  "directly and expect a response within 24-48 hours during weekdays."
1188
  msgstr ""
1189
 
1190
+ #: src/Tribe/Main.php:653 src/Tribe/Main.php:658
1191
  msgid "post a thread"
1192
  msgstr ""
1193
 
1194
+ #: src/Tribe/Main.php:654
1195
  msgid ""
1196
  "Already have Event Tickets Plus? You can %s in our premium support forums. "
1197
  "Our support team monitors the forums and will respond to your thread within "
1198
  "24-48 hours (during the week)."
1199
  msgstr ""
1200
 
1201
+ #: src/Tribe/Main.php:659
1202
  msgid ""
1203
  "If you have a valid license for one of our paid plugins, you can %s in our "
1204
  "premium support forums. Our support team monitors the forums and will "
1205
  "respond to your thread within 24-48 hours (during the week)."
1206
  msgstr ""
1207
 
1208
+ #: src/Tribe/Main.php:681
1209
  msgid "Event Tickets - Legacy"
1210
  msgstr ""
1211
 
1212
+ #: src/Tribe/Main.php:817
1213
  msgid "Welcome to Event Tickets!"
1214
  msgstr ""
1215
 
1216
+ #: src/Tribe/Main.php:970
1217
  msgid "Buy"
1218
  msgstr ""
1219
 
1220
+ #: src/Tribe/Main.php:1049
1221
  msgid ""
1222
  "When Event Tickets and Event Tickets Plus are both activated, Event Tickets "
1223
  "Plus must be running version %1$s or greater. Please %2$smanually update now"
3303
  "%3$s"
3304
  msgstr ""
3305
 
3306
+ #: src/admin-views/tribe-options-tickets.php:192
3307
  msgid "these instructions"
3308
  msgstr ""
3309
 
3310
+ #: src/admin-views/tribe-options-tickets.php:193
3311
  msgctxt "tickets fields settings PayPal setup"
3312
  msgid ""
3313
  "In order to use Tribe Commerce to sell %1$s, you must configure your PayPal "
3315
  "set up, follow %2$s"
3316
  msgstr ""
3317
 
3318
+ #: src/admin-views/tribe-options-tickets.php:197
3319
  msgid ""
3320
  "Have you entered this site's address in the Notification URL field in IPN "
3321
  "Settings?"
3322
  msgstr ""
3323
 
3324
+ #: src/admin-views/tribe-options-tickets.php:199
3325
  msgid "Your site address is: %s"
3326
  msgstr ""
3327
 
3328
+ #: src/admin-views/tribe-options-tickets.php:207
3329
  msgid "Tribe Commerce"
3330
  msgstr ""
3331
 
3332
+ #: src/admin-views/tribe-options-tickets.php:215
3333
  msgid "Enable Tribe Commerce "
3334
  msgstr ""
3335
 
3336
+ #: src/admin-views/tribe-options-tickets.php:216
3337
  msgid "Check this box if you wish to turn on Tribe Commerce functionality."
3338
  msgstr ""
3339
 
3340
+ #: src/admin-views/tribe-options-tickets.php:229
3341
  msgid "Configure PayPal:"
3342
  msgstr ""
3343
 
3344
+ #: src/admin-views/tribe-options-tickets.php:235
3345
  msgid "PayPal email to receive payments:"
3346
  msgstr ""
3347
 
3348
+ #: src/admin-views/tribe-options-tickets.php:243
3349
  msgid ""
3350
  "Have you enabled instant payment notifications (IPN) in your PayPal "
3351
  "account's Selling Tools?"
3352
  msgstr ""
3353
 
3354
+ #: src/admin-views/tribe-options-tickets.php:246
3355
+ #: src/admin-views/tribe-options-tickets.php:258
3356
  msgid "No"
3357
  msgstr ""
3358
 
3359
+ #: src/admin-views/tribe-options-tickets.php:269
3360
  msgid "PayPal configuration status:"
3361
  msgstr ""
3362
 
3363
+ #: src/admin-views/tribe-options-tickets.php:272
3364
  msgid ""
3365
  "For help creating and configuring your account, call PayPal at "
3366
  "1-844-720-4038 (USA)"
3367
  msgstr ""
3368
 
3369
+ #: src/admin-views/tribe-options-tickets.php:281
3370
  msgid "PayPal Sandbox"
3371
  msgstr ""
3372
 
3373
+ #: src/admin-views/tribe-options-tickets.php:282
3374
  msgid "Enables PayPal Sandbox mode for testing."
3375
  msgstr ""
3376
 
3377
+ #: src/admin-views/tribe-options-tickets.php:288
3378
  msgid "Currency Code"
3379
  msgstr ""
3380
 
3381
+ #: src/admin-views/tribe-options-tickets.php:289
3382
  msgid "The currency that will be used for Tribe Commerce transactions."
3383
  msgstr ""
3384
 
3385
+ #: src/admin-views/tribe-options-tickets.php:296
3386
  msgid "Stock Handling"
3387
  msgstr ""
3388
 
3389
+ #: src/admin-views/tribe-options-tickets.php:297
3390
  msgctxt "tickets fields settings paypal stock handling"
3391
  msgid ""
3392
  "When a customer purchases a %s, PayPal might flag the order as Pending. The "
3393
  "order will be Complete once payment is confirmed by PayPal."
3394
  msgstr ""
3395
 
3396
+ #: src/admin-views/tribe-options-tickets.php:302
3397
  msgid "Decrease available %s stock as soon as a Pending order is created."
3398
  msgstr ""
3399
 
3400
+ #: src/admin-views/tribe-options-tickets.php:306
3401
  msgid ""
3402
  "Only decrease available %s stock if an order is confirmed as Completed by "
3403
  "PayPal."
3404
  msgstr ""
3405
 
3406
+ #: src/admin-views/tribe-options-tickets.php:314
3407
  msgid "Success page"
3408
  msgstr ""
3409
 
3410
+ #: src/admin-views/tribe-options-tickets.php:317
3411
  msgid ""
3412
  "After a successful PayPal order users will be redirected to this page; use "
3413
  "the %s shortcode to display the order confirmation to the user in the page "
3414
  "content."
3415
  msgstr ""
3416
 
3417
+ #: src/admin-views/tribe-options-tickets.php:328
3418
  msgid "Confirmation email sender address"
3419
  msgstr ""
3420
 
3421
+ #: src/admin-views/tribe-options-tickets.php:329
3422
  msgctxt "tickets fields settings paypal confirmation email"
3423
  msgid ""
3424
  "Email address PayPal %s customers will receive confirmation from. Leave "
3425
  "empty to use the default WordPress site email address."
3426
  msgstr ""
3427
 
3428
+ #: src/admin-views/tribe-options-tickets.php:337
3429
  msgid "Confirmation email sender name"
3430
  msgstr ""
3431
 
3432
+ #: src/admin-views/tribe-options-tickets.php:338
3433
  msgctxt "tickets fields settings paypal email sender"
3434
  msgid ""
3435
  "Sender name of the confirmation email sent to customers when confirming a %s "
3436
  "purchase."
3437
  msgstr ""
3438
 
3439
+ #: src/admin-views/tribe-options-tickets.php:346
3440
  msgid "Confirmation email subject"
3441
  msgstr ""
3442
 
3443
+ #: src/admin-views/tribe-options-tickets.php:347
3444
  msgctxt "tickets fields settings paypal email subject"
3445
  msgid ""
3446
  "Subject of the confirmation email sent to customers when confirming a %s "
3447
  "purchase."
3448
  msgstr ""
3449
 
3450
+ #: src/admin-views/tribe-options-tickets.php:349
3451
  msgctxt "tickets fields settings paypal email subject"
3452
  msgid "You have %s!"
3453
  msgstr ""
3454
 
3455
+ #: src/admin-views/tribe-options-tickets.php:361
3456
  msgid ""
3457
  "You can see and manage your IPN Notifications history from the IPN "
3458
  "Notifications settings area (%s)."
3459
  msgstr ""
3460
 
3461
+ #: src/admin-views/tribe-options-tickets.php:371
3462
  msgid "IPN Notify URL"
3463
  msgstr ""
3464
 
3465
+ #: src/admin-views/tribe-options-tickets.php:373
3466
  msgid ""
3467
  "Override the default IPN notify URL with this value. This value must be the "
3468
  "same set in PayPal IPN Notifications settings area (%s)."
3870
  "information as well as change ticket quantities."
3871
  msgstr ""
3872
 
3873
+ #: src/views/components/loader.php:19
3874
  msgid "Loading..."
3875
  msgstr ""
3876
 
4006
  msgid "Year"
4007
  msgstr ""
4008
 
4009
+ #: src/views/registration-js/mini-cart.php:50
4010
  msgctxt "Attendee registration mini-cart/ticket summary title."
4011
  msgid "Ticket Summary"
4012
  msgstr ""
4414
  msgstr ""
4415
 
4416
  #. Plugin URI of the plugin/theme
4417
+ msgid "https://evnt.is/1acb"
4418
  msgstr ""
4419
 
4420
  #. Description of the plugin/theme
4424
  msgstr ""
4425
 
4426
  #. Author of the plugin/theme
4427
+ msgid "The Events Calendar"
4428
  msgstr ""
4429
 
4430
  #. Author URI of the plugin/theme
4431
+ msgid "https://evnt.is/1aor"
4432
  msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: theeventscalendar, brianjessee, camwynsp, paulkim, sc0ttkclark, ag
4
  Tags: tickets, registration, The Events Calendar, RSVP, ticket sales, attendee management
5
  Requires at least: 4.9.14
6
  Tested up to: 5.6.0
7
- Stable tag: 5.0.4.2
8
  Requires PHP: 5.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -176,6 +176,14 @@ Check out our extensive [knowledgebase](https://evnt.is/18wm) for articles on us
176
 
177
  == Changelog ==
178
 
 
 
 
 
 
 
 
 
179
  = [5.0.4.2] 2020-12-29 =
180
 
181
  * Fix - Resolve JavaScript validation issues with start/end date fields when saving tickets in the Classic Editor using a variety of date formats. Props to @therajumandapati for the initial in-depth debugging that helped us get this fix out so quickly! [ET-987]
4
  Tags: tickets, registration, The Events Calendar, RSVP, ticket sales, attendee management
5
  Requires at least: 4.9.14
6
  Tested up to: 5.6.0
7
+ Stable tag: 5.0.5
8
  Requires PHP: 5.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
176
 
177
  == Changelog ==
178
 
179
+ = [5.0.5] 2021-01-20 =
180
+
181
+ * Fix - Prevent potential fatal errors when referencing deleted Tribe Commerce tickets in PayPal orders and API calls. [ET-995]
182
+ * Fix - Ensure the currency-related object is available to JavaScript on the Attendee Registration even when there are no tickets shown. [ETP-629]
183
+ * Fix - Multiple shortcodes `[tribe_tickets post_id="ID"]` on a single page will now properly work with the Attendee Registration Modal and adding to the cart / checking out. [ETP-627]
184
+ * Fix - Ensure trashed orders do not cause the Delete confirmation text to show up when clicking links for attendees in the Attendees Report. [ET-994]
185
+ * Language - 2 new strings added, 67 updated, 0 fuzzied, and 3 obsoleted
186
+
187
  = [5.0.4.2] 2020-12-29 =
188
 
189
  * Fix - Resolve JavaScript validation issues with start/end date fields when saving tickets in the Classic Editor using a variety of date formats. Props to @therajumandapati for the initial in-depth debugging that helped us get this fix out so quickly! [ET-987]
src/Tribe/Assets.php CHANGED
@@ -112,6 +112,12 @@ class Tribe__Tickets__Assets {
112
  'tribe-tickets-rsvp',
113
  'tribe-tickets-registration-page',
114
  ],
 
 
 
 
 
 
115
  ]
116
  );
117
 
112
  'tribe-tickets-rsvp',
113
  'tribe-tickets-registration-page',
114
  ],
115
+ 'localize' => [
116
+ [
117
+ 'name' => 'TribeCurrency',
118
+ 'data' => [ 'Tribe__Tickets__Tickets', 'get_asset_localize_data_for_currencies' ],
119
+ ],
120
+ ],
121
  ]
122
  );
123
 
src/Tribe/Commerce/PayPal/Gateway.php CHANGED
@@ -192,6 +192,11 @@ class Tribe__Tickets__Commerce__PayPal__Gateway {
192
  foreach ( $product_ids as $ticket_id ) {
193
  $ticket = $paypal->get_ticket( $post->ID, $ticket_id );
194
 
 
 
 
 
 
195
  $quantity = 0;
196
 
197
  if ( isset( $_POST['tribe_tickets'][ $ticket_id ]['quantity'] ) ) {
@@ -592,6 +597,11 @@ class Tribe__Tickets__Commerce__PayPal__Gateway {
592
 
593
  $ticket = $paypal->get_ticket( $post_id, $ticket_id );
594
 
 
 
 
 
 
595
  // Skip if the ticket in no longer in stock or is not sellable.
596
  if (
597
  ! $ticket->is_in_stock()
192
  foreach ( $product_ids as $ticket_id ) {
193
  $ticket = $paypal->get_ticket( $post->ID, $ticket_id );
194
 
195
+ // Skip the product if the ticket no longer exists.
196
+ if ( ! $ticket ) {
197
+ continue;
198
+ }
199
+
200
  $quantity = 0;
201
 
202
  if ( isset( $_POST['tribe_tickets'][ $ticket_id ]['quantity'] ) ) {
597
 
598
  $ticket = $paypal->get_ticket( $post_id, $ticket_id );
599
 
600
+ // Skip the ticket if it no longer exists.
601
+ if ( ! $ticket ) {
602
+ continue;
603
+ }
604
+
605
  // Skip if the ticket in no longer in stock or is not sellable.
606
  if (
607
  ! $ticket->is_in_stock()
src/Tribe/Main.php CHANGED
@@ -8,7 +8,8 @@ class Tribe__Tickets__Main {
8
  /**
9
  * Current version of this plugin
10
  */
11
- const VERSION = '5.0.4.2';
 
12
 
13
  /**
14
  * Used to store the version history.
@@ -603,10 +604,10 @@ class Tribe__Tickets__Main {
603
  public function add_help_section_support_content( $help ) {
604
  $help->add_section_content( 'support', '<strong>' . esc_html__( 'Support for Event Tickets', 'event-tickets' ) . '</strong>', 20 );
605
  $help->add_section_content( 'support', [
606
- '<strong><a href="http://m.tri.be/18ne" target="_blank">' . esc_html__( 'Settings overview', 'event-tickets' ) . '</a></strong>',
607
- '<strong><a href="http://m.tri.be/18nf" target="_blank">' . esc_html__( 'Features overview', 'event-tickets' ) . '</a></strong>',
608
- '<strong><a href="http://m.tri.be/18jb" target="_blank">' . esc_html__( 'Troubleshooting common problems', 'event-tickets' ) . '</a></strong>',
609
- '<strong><a href="http://m.tri.be/18ng" target="_blank">' . esc_html__( 'Customizing Event Tickets', 'event-tickets' ) . '</a></strong>',
610
  ], 20 );
611
  }
612
 
@@ -623,7 +624,7 @@ class Tribe__Tickets__Main {
623
  return;
624
  }
625
 
626
- $link = '<a href="http://m.tri.be/18nd" target="_blank">' . esc_html__( 'New User Primer', 'event-tickets' ) . '</a>';
627
 
628
  $help->add_section_content( 'feature-box', sprintf( _x( 'We are committed to helping you sell %1$s for your event. Check out our handy %2$s to get started.', 'help feature box section', 'event-tickets' ), tribe_get_ticket_label_plural_lowercase( 'help_feature_box_section' ), $link ), 20 );
629
  }
@@ -645,16 +646,16 @@ class Tribe__Tickets__Main {
645
  $link = '<a href="https://wordpress.org/support/plugin/event-tickets/" target="_blank">' . esc_html__( 'open-source forum on WordPress.org', 'event-tickets' ) . '</a>';
646
  $help->add_section_content( 'extra-help', sprintf( __( 'If you have tried the above steps and are still having trouble, you can post a new thread to our %s. Our support staff monitors these forums once a week and would be happy to assist you there.', 'event-tickets' ), $link ), 20 );
647
 
648
- $link_forum = '<a href="http://m.tri.be/4w/" target="_blank">' . esc_html__( 'premium support on our website', 'event-tickets' ) . '</a>';
649
- $link_plus = '<a href="http://m.tri.be/18ni" target="_blank">' . esc_html__( 'Event Tickets Plus', 'event-tickets' ) . '</a>';
650
  $help->add_section_content( 'extra-help', sprintf( __( 'Looking for more immediate support? We offer %1$s with the purchase of any of our premium plugins (like %2$s). Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays.', 'event-tickets' ), $link_forum, $link_plus ), 20 );
651
 
652
- $link = '<a href="http://m.tri.be/4w/" target="_blank">' . esc_html__( 'post a thread', 'event-tickets' ) . '</a>';
653
  $help->add_section_content( 'extra-help', sprintf( __( 'Already have Event Tickets Plus? You can %s in our premium support forums. Our support team monitors the forums and will respond to your thread within 24-48 hours (during the week).', 'event-tickets' ), $link ), 20 );
654
 
655
  } else {
656
 
657
- $link = '<a href="http://m.tri.be/4w/" target="_blank">' . esc_html__( 'post a thread', 'event-tickets' ) . '</a>';
658
  $help->add_section_content( 'extra-help', sprintf( __( 'If you have a valid license for one of our paid plugins, you can %s in our premium support forums. Our support team monitors the forums and will respond to your thread within 24-48 hours (during the week).', 'event-tickets' ), $link ), 20 );
659
 
660
  }
8
  /**
9
  * Current version of this plugin
10
  */
11
+ const VERSION = '5.0.5';
12
+
13
 
14
  /**
15
  * Used to store the version history.
604
  public function add_help_section_support_content( $help ) {
605
  $help->add_section_content( 'support', '<strong>' . esc_html__( 'Support for Event Tickets', 'event-tickets' ) . '</strong>', 20 );
606
  $help->add_section_content( 'support', [
607
+ '<strong><a href="https://evnt.is/18ne" target="_blank">' . esc_html__( 'Settings overview', 'event-tickets' ) . '</a></strong>',
608
+ '<strong><a href="https://evnt.is/18nf" target="_blank">' . esc_html__( 'Features overview', 'event-tickets' ) . '</a></strong>',
609
+ '<strong><a href="https://evnt.is/18jb" target="_blank">' . esc_html__( 'Troubleshooting common problems', 'event-tickets' ) . '</a></strong>',
610
+ '<strong><a href="https://evnt.is/18ng" target="_blank">' . esc_html__( 'Customizing Event Tickets', 'event-tickets' ) . '</a></strong>',
611
  ], 20 );
612
  }
613
 
624
  return;
625
  }
626
 
627
+ $link = '<a href="https://evnt.is/18nd" target="_blank">' . esc_html__( 'New User Primer', 'event-tickets' ) . '</a>';
628
 
629
  $help->add_section_content( 'feature-box', sprintf( _x( 'We are committed to helping you sell %1$s for your event. Check out our handy %2$s to get started.', 'help feature box section', 'event-tickets' ), tribe_get_ticket_label_plural_lowercase( 'help_feature_box_section' ), $link ), 20 );
630
  }
646
  $link = '<a href="https://wordpress.org/support/plugin/event-tickets/" target="_blank">' . esc_html__( 'open-source forum on WordPress.org', 'event-tickets' ) . '</a>';
647
  $help->add_section_content( 'extra-help', sprintf( __( 'If you have tried the above steps and are still having trouble, you can post a new thread to our %s. Our support staff monitors these forums once a week and would be happy to assist you there.', 'event-tickets' ), $link ), 20 );
648
 
649
+ $link_forum = '<a href="https://evnt.is/4w/" target="_blank">' . esc_html__( 'premium support on our website', 'event-tickets' ) . '</a>';
650
+ $link_plus = '<a href="https://evnt.is/18ni" target="_blank">' . esc_html__( 'Event Tickets Plus', 'event-tickets' ) . '</a>';
651
  $help->add_section_content( 'extra-help', sprintf( __( 'Looking for more immediate support? We offer %1$s with the purchase of any of our premium plugins (like %2$s). Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays.', 'event-tickets' ), $link_forum, $link_plus ), 20 );
652
 
653
+ $link = '<a href="https://evnt.is/4w/" target="_blank">' . esc_html__( 'post a thread', 'event-tickets' ) . '</a>';
654
  $help->add_section_content( 'extra-help', sprintf( __( 'Already have Event Tickets Plus? You can %s in our premium support forums. Our support team monitors the forums and will respond to your thread within 24-48 hours (during the week).', 'event-tickets' ), $link ), 20 );
655
 
656
  } else {
657
 
658
+ $link = '<a href="https://evnt.is/4w/" target="_blank">' . esc_html__( 'post a thread', 'event-tickets' ) . '</a>';
659
  $help->add_section_content( 'extra-help', sprintf( __( 'If you have a valid license for one of our paid plugins, you can %s in our premium support forums. Our support team monitors the forums and will respond to your thread within 24-48 hours (during the week).', 'event-tickets' ), $link ), 20 );
660
 
661
  }
src/admin-views/admin-welcome-message.php CHANGED
@@ -99,7 +99,7 @@ if ( $has_plus ) {
99
  <a href="post-new.php?post_type=tribe_events" class="tribe-events-admin-quick-nav__link"><?php esc_html_e( 'Create RSVP', 'event-tickets' ); ?></a>
100
  </li>
101
  <li class="tribe-events-admin-quick-nav__link-item">
102
- <a href="https://m.tri.be/1an7" target="_blank" rel="noopener noreferrer" class="tribe-events-admin-quick-nav__link"><?php esc_html_e( 'Setup PayPal', 'event-tickets' ); ?></a>
103
  </li>
104
  <?php else : // ET without TEC. ?>
105
  <li class="tribe-events-admin-quick-nav__link-item">
@@ -109,7 +109,7 @@ if ( $has_plus ) {
109
  <a href="plugin-install.php?tab=plugin-information&amp;plugin=the-events-calendar&amp;TB_iframe=true" class="tribe-events-admin-quick-nav__link thickbox open-plugin-details-modal"><?php esc_html_e( 'Install The Events Calendar', 'event-tickets' ); ?></a>
110
  </li>
111
  <li class="tribe-events-admin-quick-nav__link-item">
112
- <a href="https://m.tri.be/1an8" target="_blank" rel="noopener noreferrer" class="tribe-events-admin-quick-nav__link"><?php esc_html_e( 'Setup PayPal', 'event-tickets' ); ?></a>
113
  </li>
114
  <?php endif; ?>
115
  </ul>
@@ -134,7 +134,7 @@ if ( $has_plus ) {
134
  />
135
  <div class="tribe-events-admin-card__title"><?php esc_html_e( 'Getting Started Guide', 'event-tickets' ); ?></div>
136
  <div class="tribe-events-admin-card__description"><?php esc_html_e( 'New to Event Tickets? Here\'s everything you need to get started.', 'event-tickets' ); ?></div>
137
- <a class="tribe-events-admin-card__link" href="http://m.tri.be/1an9" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Check out the guide', 'event-tickets' ); ?></a>
138
  </div>
139
  <div class="tribe-events-admin-card tribe-events-admin-card--3up tribe-events-admin-card--middle">
140
  <img
@@ -144,7 +144,7 @@ if ( $has_plus ) {
144
  />
145
  <div class="tribe-events-admin-card__title"><?php esc_html_e( 'Knowledgebase', 'event-tickets' ); ?></div>
146
  <div class="tribe-events-admin-card__description"><?php esc_html_e( 'Ready to dig deeper? Our Knowledgebase can help you get the most out of The Events Calendar suite.', 'event-tickets' ); ?></div>
147
- <a class="tribe-events-admin-card__link" href="https://m.tri.be/1ane" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Dig deeper', 'event-tickets' ); ?></a>
148
  </div>
149
  <div class="tribe-events-admin-card tribe-events-admin-card--3up tribe-events-admin-card--last">
150
  <img
@@ -154,7 +154,7 @@ if ( $has_plus ) {
154
  />
155
  <div class="tribe-events-admin-card__title"><?php esc_html_e( 'Translations', 'event-tickets' ); ?></div>
156
  <div class="tribe-events-admin-card__description"><?php esc_html_e( 'Need a language other than English? We\'ve got you covered here.', 'event-tickets' ); ?></div>
157
- <a class="tribe-events-admin-card__link" href="https://m.tri.be/language" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Learn more', 'event-tickets' ); ?></a>
158
  </div>
159
 
160
  <div class="tribe-events-admin-card tribe-events-admin-card--1up">
@@ -165,7 +165,7 @@ if ( $has_plus ) {
165
  />
166
  <div class="tribe-events-admin-card__title"><?php esc_html_e( 'Virtual Event Resources', 'event-tickets' ); ?></div>
167
  <div class="tribe-events-admin-card__description"><?php esc_html_e( 'Tips and tools to help with planning online events, webinars, and more on WordPress and beyond.', 'event-tickets' ); ?></div>
168
- <a class="tribe-events-admin-card__link" href="https://m.tri.be/1ani" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Get started with online events', 'event-tickets' ); ?></a>
169
  </div>
170
 
171
  <?php if ( $has_plus && $has_tec ) : // ET+ with TEC. ?>
@@ -176,7 +176,7 @@ if ( $has_plus ) {
176
  alt="<?php esc_attr_e( 'Illustration of a power plug and gears', 'event-tickets' ); ?>"
177
  />
178
  <div class="tribe-events-admin-card__title"><?php esc_html_e( 'Browse our library of free extensions for Event Tickets.', 'event-tickets' ); ?></div>
179
- <a class="tribe-events-admin-card__link" href="https://m.tri.be/1amf" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Learn more', 'event-tickets' ); ?></a>
180
  </div>
181
  <?php elseif ( $has_tec ) : // ET with TEC. ?>
182
  <div class="tribe-events-admin-card tribe-events-admin-card--2up tribe-events-admin-card--first">
@@ -196,7 +196,7 @@ if ( $has_plus ) {
196
  alt="<?php esc_attr_e( 'Illustration of a calendar', 'event-tickets' ); ?>"
197
  />
198
  <div class="tribe-events-admin-card__title"><?php esc_html_e( 'Add The Events Calendar (it\'s free!) to enhance Event Tickets.', 'event-tickets' ); ?></div>
199
- <a class="tribe-events-admin-card__link" href="https://m.tri.be/1anm" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Learn more', 'event-tickets' ); ?></a>
200
  </div>
201
  <?php endif; ?>
202
 
@@ -218,7 +218,7 @@ if ( $has_plus ) {
218
  alt="<?php esc_attr_e( 'Illustration of a hand holding a ticket and the WooCommerce logo', 'event-tickets' ); ?>"
219
  />
220
  <div class="tribe-events-admin-card__title"><?php esc_html_e( 'Add WooCommerce integration, advanced registration, and more.', 'event-tickets' ); ?></div>
221
- <a class="tribe-events-admin-card__link" href="https://m.tri.be/1ano" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Check out Event Tickets Plus', 'event-tickets' ); ?></a>
222
  </div>
223
  <?php endif; ?>
224
 
99
  <a href="post-new.php?post_type=tribe_events" class="tribe-events-admin-quick-nav__link"><?php esc_html_e( 'Create RSVP', 'event-tickets' ); ?></a>
100
  </li>
101
  <li class="tribe-events-admin-quick-nav__link-item">
102
+ <a href="https://evnt.is/1an7" target="_blank" rel="noopener noreferrer" class="tribe-events-admin-quick-nav__link"><?php esc_html_e( 'Setup PayPal', 'event-tickets' ); ?></a>
103
  </li>
104
  <?php else : // ET without TEC. ?>
105
  <li class="tribe-events-admin-quick-nav__link-item">
109
  <a href="plugin-install.php?tab=plugin-information&amp;plugin=the-events-calendar&amp;TB_iframe=true" class="tribe-events-admin-quick-nav__link thickbox open-plugin-details-modal"><?php esc_html_e( 'Install The Events Calendar', 'event-tickets' ); ?></a>
110
  </li>
111
  <li class="tribe-events-admin-quick-nav__link-item">
112
+ <a href="https://evnt.is/1an8" target="_blank" rel="noopener noreferrer" class="tribe-events-admin-quick-nav__link"><?php esc_html_e( 'Setup PayPal', 'event-tickets' ); ?></a>
113
  </li>
114
  <?php endif; ?>
115
  </ul>
134
  />
135
  <div class="tribe-events-admin-card__title"><?php esc_html_e( 'Getting Started Guide', 'event-tickets' ); ?></div>
136
  <div class="tribe-events-admin-card__description"><?php esc_html_e( 'New to Event Tickets? Here\'s everything you need to get started.', 'event-tickets' ); ?></div>
137
+ <a class="tribe-events-admin-card__link" href="https://evnt.is/1an9" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Check out the guide', 'event-tickets' ); ?></a>
138
  </div>
139
  <div class="tribe-events-admin-card tribe-events-admin-card--3up tribe-events-admin-card--middle">
140
  <img
144
  />
145
  <div class="tribe-events-admin-card__title"><?php esc_html_e( 'Knowledgebase', 'event-tickets' ); ?></div>
146
  <div class="tribe-events-admin-card__description"><?php esc_html_e( 'Ready to dig deeper? Our Knowledgebase can help you get the most out of The Events Calendar suite.', 'event-tickets' ); ?></div>
147
+ <a class="tribe-events-admin-card__link" href="https://evnt.is/1ane" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Dig deeper', 'event-tickets' ); ?></a>
148
  </div>
149
  <div class="tribe-events-admin-card tribe-events-admin-card--3up tribe-events-admin-card--last">
150
  <img
154
  />
155
  <div class="tribe-events-admin-card__title"><?php esc_html_e( 'Translations', 'event-tickets' ); ?></div>
156
  <div class="tribe-events-admin-card__description"><?php esc_html_e( 'Need a language other than English? We\'ve got you covered here.', 'event-tickets' ); ?></div>
157
+ <a class="tribe-events-admin-card__link" href="https://evnt.is/language" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Learn more', 'event-tickets' ); ?></a>
158
  </div>
159
 
160
  <div class="tribe-events-admin-card tribe-events-admin-card--1up">
165
  />
166
  <div class="tribe-events-admin-card__title"><?php esc_html_e( 'Virtual Event Resources', 'event-tickets' ); ?></div>
167
  <div class="tribe-events-admin-card__description"><?php esc_html_e( 'Tips and tools to help with planning online events, webinars, and more on WordPress and beyond.', 'event-tickets' ); ?></div>
168
+ <a class="tribe-events-admin-card__link" href="https://evnt.is/1ani" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Get started with online events', 'event-tickets' ); ?></a>
169
  </div>
170
 
171
  <?php if ( $has_plus && $has_tec ) : // ET+ with TEC. ?>
176
  alt="<?php esc_attr_e( 'Illustration of a power plug and gears', 'event-tickets' ); ?>"
177
  />
178
  <div class="tribe-events-admin-card__title"><?php esc_html_e( 'Browse our library of free extensions for Event Tickets.', 'event-tickets' ); ?></div>
179
+ <a class="tribe-events-admin-card__link" href="https://evnt.is/1amf" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Learn more', 'event-tickets' ); ?></a>
180
  </div>
181
  <?php elseif ( $has_tec ) : // ET with TEC. ?>
182
  <div class="tribe-events-admin-card tribe-events-admin-card--2up tribe-events-admin-card--first">
196
  alt="<?php esc_attr_e( 'Illustration of a calendar', 'event-tickets' ); ?>"
197
  />
198
  <div class="tribe-events-admin-card__title"><?php esc_html_e( 'Add The Events Calendar (it\'s free!) to enhance Event Tickets.', 'event-tickets' ); ?></div>
199
+ <a class="tribe-events-admin-card__link" href="https://evnt.is/1anm" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Learn more', 'event-tickets' ); ?></a>
200
  </div>
201
  <?php endif; ?>
202
 
218
  alt="<?php esc_attr_e( 'Illustration of a hand holding a ticket and the WooCommerce logo', 'event-tickets' ); ?>"
219
  />
220
  <div class="tribe-events-admin-card__title"><?php esc_html_e( 'Add WooCommerce integration, advanced registration, and more.', 'event-tickets' ); ?></div>
221
+ <a class="tribe-events-admin-card__link" href="https://evnt.is/1ano" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Check out Event Tickets Plus', 'event-tickets' ); ?></a>
222
  </div>
223
  <?php endif; ?>
224
 
src/admin-views/order-available.php CHANGED
@@ -10,5 +10,5 @@
10
  <?php echo esc_html( array_search( min( $available ), $available ) . ' - ' . min( $available ) ); ?>
11
  </p>
12
  <p>
13
- <a href="https://m.tri.be/1aek" target="_blank"><?php esc_html_e( 'Learn more about how Availability is calculated.', 'event-tickets' ); ?></a>
14
  </p>
10
  <?php echo esc_html( array_search( min( $available ), $available ) . ' - ' . min( $available ) ); ?>
11
  </p>
12
  <p>
13
+ <a href="https://evnt.is/1aek" target="_blank"><?php esc_html_e( 'Learn more about how Availability is calculated.', 'event-tickets' ); ?></a>
14
  </p>
src/admin-views/tribe-options-display.php CHANGED
@@ -139,7 +139,7 @@ if (
139
  // Translators: %1$s: dynamic "Tickets" text, %2$s and %3$s are part of link.
140
  _x( 'Enables updated front-end views and Individual Attendee Collection flows for %1$s. You\'ll see a new default setting within the Tickets tab and new individual ticket setting within both Classic and Gutenberg editors %2$s[Learn more]%3$s.', 'settings tooltip', 'event-tickets' ),
141
  tribe_get_ticket_label_plural( 'tickets_use_new_views' ),
142
- '<a href="https://m.tri.be/1an-">',
143
  '</a>'
144
  )
145
  ),
139
  // Translators: %1$s: dynamic "Tickets" text, %2$s and %3$s are part of link.
140
  _x( 'Enables updated front-end views and Individual Attendee Collection flows for %1$s. You\'ll see a new default setting within the Tickets tab and new individual ticket setting within both Classic and Gutenberg editors %2$s[Learn more]%3$s.', 'settings tooltip', 'event-tickets' ),
141
  tribe_get_ticket_label_plural( 'tickets_use_new_views' ),
142
+ '<a href="https://evnt.is/1an-">',
143
  '</a>'
144
  )
145
  ),
src/admin-views/tribe-options-tickets.php CHANGED
@@ -152,12 +152,12 @@ $authentication_fields = [
152
 
153
 
154
  $plus_link = sprintf(
155
- '<a href="http://m.tri.be/19zl" target="_blank">%s</a>',
156
  __( 'Event Tickets Plus', 'tribe-common' )
157
  );
158
 
159
  $plus_link_2 = sprintf(
160
- '<a href="http://m.tri.be/19zl" target="_blank">%s</a>',
161
  __( 'Check it out!', 'tribe-common' )
162
  );
163
 
@@ -184,10 +184,11 @@ $paypal_currency_code_options = tribe( 'tickets.commerce.currency' )->generate_c
184
 
185
  $current_user = get_user_by( 'id', get_current_user_id() );
186
 
187
- // The KB article URL will change depending on whether ET+ is active or not
188
  $paypal_setup_kb_url = class_exists( 'Tribe__Tickets_Plus__Main' )
189
- ? 'http://m.tri.be/19yk'
190
- : 'http://m.tri.be/19yj';
 
191
  $paypal_setup_kb_link = '<a href="' . esc_url( $paypal_setup_kb_url ) . '" target="_blank">' . esc_html__( 'these instructions', 'event-tickets' ) . '</a>';
192
  $paypal_setup_note = sprintf( esc_html_x( 'In order to use Tribe Commerce to sell %1$s, you must configure your PayPal account to communicate with your WordPress site. If you need help getting set up, follow %2$s', 'tickets fields settings PayPal setup', 'event-tickets' ), esc_html( tribe_get_ticket_label_singular_lowercase( 'tickets_fields_settings_paypal_setup' ) ), $paypal_setup_kb_link );
193
 
152
 
153
 
154
  $plus_link = sprintf(
155
+ '<a href="https://evnt.is/19zl" target="_blank">%s</a>',
156
  __( 'Event Tickets Plus', 'tribe-common' )
157
  );
158
 
159
  $plus_link_2 = sprintf(
160
+ '<a href="https://evnt.is/19zl" target="_blank">%s</a>',
161
  __( 'Check it out!', 'tribe-common' )
162
  );
163
 
184
 
185
  $current_user = get_user_by( 'id', get_current_user_id() );
186
 
187
+ // The KB article URL will change depending on whether ET+ is active or not.
188
  $paypal_setup_kb_url = class_exists( 'Tribe__Tickets_Plus__Main' )
189
+ ? 'https://evnt.is/19yk'
190
+ : 'https://evnt.is/19yj';
191
+
192
  $paypal_setup_kb_link = '<a href="' . esc_url( $paypal_setup_kb_url ) . '" target="_blank">' . esc_html__( 'these instructions', 'event-tickets' ) . '</a>';
193
  $paypal_setup_note = sprintf( esc_html_x( 'In order to use Tribe Commerce to sell %1$s, you must configure your PayPal account to communicate with your WordPress site. If you need help getting set up, follow %2$s', 'tickets fields settings PayPal setup', 'event-tickets' ), esc_html( tribe_get_ticket_label_singular_lowercase( 'tickets_fields_settings_paypal_setup' ) ), $paypal_setup_kb_link );
194
 
src/modules/package.json CHANGED
@@ -9,7 +9,7 @@
9
  "common"
10
  ],
11
  "private": true,
12
- "repository": "git+https://github.com/moderntribe/event-tickets.git",
13
  "author": "Modern Tribe",
14
  "license": "GPL-2.0-or-later",
15
  "dependencies": {}
9
  "common"
10
  ],
11
  "private": true,
12
+ "repository": "git+https://github.com/the-events-calendar/event-tickets.git",
13
  "author": "Modern Tribe",
14
  "license": "GPL-2.0-or-later",
15
  "dependencies": {}
src/resources/css/common-responsive.css CHANGED
@@ -12,7 +12,7 @@
12
  * Event Tickets - Common responsive
13
  *
14
  * @since 5.0.3
15
- * @todo @juanfra: Check this once we define https://github.com/moderntribe/tribe-common/pull/1379
16
  */
17
 
18
  /* -----------------------------------------------------------------------------
12
  * Event Tickets - Common responsive
13
  *
14
  * @since 5.0.3
15
+ * @todo @juanfra: Check this once we define https://github.com/the-events-calendar/tribe-common/pull/1379
16
  */
17
 
18
  /* -----------------------------------------------------------------------------
src/resources/js/tickets-attendees.js CHANGED
@@ -58,7 +58,7 @@ var tribe_event_tickets_attendees = tribe_event_tickets_attendees || {};
58
  }
59
  });
60
 
61
- $( '.trash a' ).click( function ( e ) {
62
  return confirm( Attendees.confirmation );
63
  });
64
 
58
  }
59
  });
60
 
61
+ $( 'span.trash a' ).click( function ( e ) {
62
  return confirm( Attendees.confirmation );
63
  });
64
 
src/resources/js/tickets-attendees.min.js CHANGED
@@ -1 +1 @@
1
- var tribe_event_tickets_attendees=tribe_event_tickets_attendees||{};!function(t,e){e.count_columns=function(e){var n=0,i=e.find("td, th");return i.length?(i.each(function(){var e=parseInt(t(this).attr("colspan"),10);n+=1+(e=e>1?e-1:0)}),n):0},e.remove_tickets=function(e){t("#the-list").find("tr").each(function(){var n=t(this),i=n.find(".check-column").find("input").val();if("string"==typeof i){var a=i.match(/^[0-9]+/);a.length&&-1!==e.indexOf(parseInt(a[0],10))&&n.remove()}})},t(document).ready(function(){"undefined"!=typeof AttendeesPointer&&null!==AttendeesPointer&&(options=t.extend(AttendeesPointer.options,{close:function(){t.post(Attendees.ajaxurl,{pointer:AttendeesPointer.pointer_id,action:"dismiss-wp-pointer"})},open:function(t,e){e.pointer.css({top:parseInt(e.pointer.css("top").replace("px",""),10)+5}).find(".wp-pointer-arrow").css({right:"50px",left:"auto"}),e.element.on({click:function(){e.element.pointer("close")}})}}),t(AttendeesPointer.target).pointer(options).pointer("open").pointer("widget"));function n(e){t.isArray(e)||(e=[e]);var n=parseInt(.7*t(window).width());n=n>800?800:n;var i=parseInt(.9*t(window).height());i=i>800?800:i;var a="&ticket_ids="+e.join("|")+"&width="+n+"&height="+i,r=Attendees.move_url.replace("&TB_",a+"&TB_");tb_show(null,r,!1)}var i,a;t("input.print").on("click",function(){t(window).trigger("attendees-report-before-print.tribe-tickets");var e=t("table.wp-list-table.attendees"),n=e.find("thead th:visible").length,i=e.find("th,td");i.css({width:100/(n-2)+"%"}),window.print(),i.css({width:""}),t(window).trigger("attendees-report-after-print.tribe-tickets")}),t(".tribe-attendees-email").on({submit:function(e){t(".tribe-attendees-email").hide(),t(document.getElementById("tribe-loading")).show()}}),t(".trash a").click(function(t){return confirm(Attendees.confirmation)}),t(".tickets_checkin").click(function(e){var n=jQuery(this);n.prop("disabled",!0);var i={action:"tribe-ticket-checkin",provider:n.attr("data-provider"),attendee_id:n.attr("data-attendee-id"),nonce:Attendees.checkin_nonce};n.attr("data-event-id")&&(i.event_ID=n.attr("data-event-id")),t.post(Attendees.ajaxurl,i,function(e){e.success&&(n.closest("tr").addClass("tickets_checked"),t("#total_checkedin").text(parseInt(t("#total_checkedin").text())+1)),n.prop("disabled",!1)},"json"),e.preventDefault()}),t(".tickets_uncheckin").click(function(e){var n=jQuery(this);n.prop("disabled",!0);var i={action:"tribe-ticket-uncheckin",provider:n.attr("data-provider"),attendee_id:n.attr("data-attendee-id"),nonce:Attendees.uncheckin_nonce};n.attr("data-event-id")&&(i.event_ID=n.attr("data-event-id")),t.post(Attendees.ajaxurl,i,function(e){e.success&&(n.closest("tr").removeClass("tickets_checked"),t("#total_checkedin").text(parseInt(t("#total_checkedin").text())-1)),n.prop("disabled",!1)},"json"),e.preventDefault()}),t("table.wp-list-table").on("click",".row-actions .move-ticket",function(e){var i=t(this).parents("tr").find('input[name="attendee[]"]').val().match(/^[0-9]+/);return i&&n(i),e.stopPropagation(),!1}),t("#doaction, #doaction2").click(function(e){var i;switch(t(e.currentTarget).attr("id")){case"doaction":i="action";break;case"doaction2":i="action2"}if(void 0!==i&&"move"===t('select[name="'+i+'"]').val()){var a=jQuery('input[name="attendee[]"]:checked');if(a.length){var r=[];a.each(function(){var e=t(this).val().match(/^[0-9]+/);e&&r.push(e.toString())}),n(r)}else alert(Attendees.cannot_move);return e.stopPropagation(),!1}}),i=t(".ticket-history"),(a=t(".hide-ticket-history")).hide(),i.click(function(n){var i=t(this),a=i.siblings(".hide-ticket-history"),r=parseInt(i.data("ticket-id"),10),o=i.data("check");if(r&&o){var c,s=t(document.getElementById("ticket-history-"+r));return s.length?(s.show(),i.hide(),a.show()):(c={action:"get_ticket_history",check:o,ticket_id:r},t.post(Attendees.ajaxurl,c,function(n){if(void 0!==n.data&&"string"==typeof n.data.html){var o=i.parents("tr"),c=e.count_columns(o),s=t('<tr id="ticket-history-'+r+'"> <td colspan="'+c+'">'+n.data.html+"</td></tr>");s.hide().insertAfter(o).slideDown(),i.hide(),a.show()}})),n.stopPropagation(),!1}}),a.click(function(e){var n=t(this),i=n.siblings(".ticket-history"),a=parseInt(i.data("ticket-id"),10);t(document.getElementById("ticket-history-"+a)).hide(),i.show(),n.hide()})})}(jQuery,tribe_event_tickets_attendees);
1
+ var tribe_event_tickets_attendees=tribe_event_tickets_attendees||{};!function(t,e){e.count_columns=function(e){var n=0,i=e.find("td, th");return i.length?(i.each(function(){var e=parseInt(t(this).attr("colspan"),10);n+=1+(e=e>1?e-1:0)}),n):0},e.remove_tickets=function(e){t("#the-list").find("tr").each(function(){var n=t(this),i=n.find(".check-column").find("input").val();if("string"==typeof i){var a=i.match(/^[0-9]+/);a.length&&-1!==e.indexOf(parseInt(a[0],10))&&n.remove()}})},t(document).ready(function(){"undefined"!=typeof AttendeesPointer&&null!==AttendeesPointer&&(options=t.extend(AttendeesPointer.options,{close:function(){t.post(Attendees.ajaxurl,{pointer:AttendeesPointer.pointer_id,action:"dismiss-wp-pointer"})},open:function(t,e){e.pointer.css({top:parseInt(e.pointer.css("top").replace("px",""),10)+5}).find(".wp-pointer-arrow").css({right:"50px",left:"auto"}),e.element.on({click:function(){e.element.pointer("close")}})}}),t(AttendeesPointer.target).pointer(options).pointer("open").pointer("widget"));function n(e){t.isArray(e)||(e=[e]);var n=parseInt(.7*t(window).width());n=n>800?800:n;var i=parseInt(.9*t(window).height());i=i>800?800:i;var a="&ticket_ids="+e.join("|")+"&width="+n+"&height="+i,r=Attendees.move_url.replace("&TB_",a+"&TB_");tb_show(null,r,!1)}var i,a;t("input.print").on("click",function(){t(window).trigger("attendees-report-before-print.tribe-tickets");var e=t("table.wp-list-table.attendees"),n=e.find("thead th:visible").length,i=e.find("th,td");i.css({width:100/(n-2)+"%"}),window.print(),i.css({width:""}),t(window).trigger("attendees-report-after-print.tribe-tickets")}),t(".tribe-attendees-email").on({submit:function(e){t(".tribe-attendees-email").hide(),t(document.getElementById("tribe-loading")).show()}}),t("span.trash a").click(function(t){return confirm(Attendees.confirmation)}),t(".tickets_checkin").click(function(e){var n=jQuery(this);n.prop("disabled",!0);var i={action:"tribe-ticket-checkin",provider:n.attr("data-provider"),attendee_id:n.attr("data-attendee-id"),nonce:Attendees.checkin_nonce};n.attr("data-event-id")&&(i.event_ID=n.attr("data-event-id")),t.post(Attendees.ajaxurl,i,function(e){e.success&&(n.closest("tr").addClass("tickets_checked"),t("#total_checkedin").text(parseInt(t("#total_checkedin").text())+1)),n.prop("disabled",!1)},"json"),e.preventDefault()}),t(".tickets_uncheckin").click(function(e){var n=jQuery(this);n.prop("disabled",!0);var i={action:"tribe-ticket-uncheckin",provider:n.attr("data-provider"),attendee_id:n.attr("data-attendee-id"),nonce:Attendees.uncheckin_nonce};n.attr("data-event-id")&&(i.event_ID=n.attr("data-event-id")),t.post(Attendees.ajaxurl,i,function(e){e.success&&(n.closest("tr").removeClass("tickets_checked"),t("#total_checkedin").text(parseInt(t("#total_checkedin").text())-1)),n.prop("disabled",!1)},"json"),e.preventDefault()}),t("table.wp-list-table").on("click",".row-actions .move-ticket",function(e){var i=t(this).parents("tr").find('input[name="attendee[]"]').val().match(/^[0-9]+/);return i&&n(i),e.stopPropagation(),!1}),t("#doaction, #doaction2").click(function(e){var i;switch(t(e.currentTarget).attr("id")){case"doaction":i="action";break;case"doaction2":i="action2"}if(void 0!==i&&"move"===t('select[name="'+i+'"]').val()){var a=jQuery('input[name="attendee[]"]:checked');if(a.length){var r=[];a.each(function(){var e=t(this).val().match(/^[0-9]+/);e&&r.push(e.toString())}),n(r)}else alert(Attendees.cannot_move);return e.stopPropagation(),!1}}),i=t(".ticket-history"),(a=t(".hide-ticket-history")).hide(),i.click(function(n){var i=t(this),a=i.siblings(".hide-ticket-history"),r=parseInt(i.data("ticket-id"),10),o=i.data("check");if(r&&o){var c,s=t(document.getElementById("ticket-history-"+r));return s.length?(s.show(),i.hide(),a.show()):(c={action:"get_ticket_history",check:o,ticket_id:r},t.post(Attendees.ajaxurl,c,function(n){if(void 0!==n.data&&"string"==typeof n.data.html){var o=i.parents("tr"),c=e.count_columns(o),s=t('<tr id="ticket-history-'+r+'"> <td colspan="'+c+'">'+n.data.html+"</td></tr>");s.hide().insertAfter(o).slideDown(),i.hide(),a.show()}})),n.stopPropagation(),!1}}),a.click(function(e){var n=t(this),i=n.siblings(".ticket-history"),a=parseInt(i.data("ticket-id"),10);t(document.getElementById("ticket-history-"+a)).hide(),i.show(),n.hide()})})}(jQuery,tribe_event_tickets_attendees);
src/resources/js/tickets-block.js CHANGED
@@ -1667,6 +1667,7 @@ window.tribe.tickets.block = {
1667
  obj.modalSelector.submit,
1668
  function( e ) {
1669
  e.preventDefault();
 
1670
  const $button = $( this );
1671
  const $form = $( obj.modalSelector.form );
1672
  const $metaForm = $( obj.modalSelector.metaForm );
@@ -1739,7 +1740,7 @@ window.tribe.tickets.block = {
1739
  tribe_tickets_post_id: obj.postId,
1740
  };
1741
 
1742
- $( '#tribe_tickets_block_ar_data' ).val( JSON.stringify( params ) );
1743
 
1744
  $form.submit();
1745
  }
1667
  obj.modalSelector.submit,
1668
  function( e ) {
1669
  e.preventDefault();
1670
+
1671
  const $button = $( this );
1672
  const $form = $( obj.modalSelector.form );
1673
  const $metaForm = $( obj.modalSelector.metaForm );
1740
  tribe_tickets_post_id: obj.postId,
1741
  };
1742
 
1743
+ $form.find( '#tribe_tickets_block_ar_data' ).val( JSON.stringify( params ) );
1744
 
1745
  $form.submit();
1746
  }
src/resources/js/tickets-block.min.js CHANGED
@@ -1 +1 @@
1
- void 0===window.tribe&&(window.tribe={}),window.tribe.tickets=window.tribe.tickets||{},window.tribe.dialogs=window.tribe.dialogs||{},window.tribe.dialogs.events=window.tribe.dialogs.events||{},window.tribe.tickets.block={num_attendees:0,event:{}},function(t,e,i){e.selector={blockFooter:".tribe-tickets__footer",blockFooterAmount:".tribe-amount",blockFooterQuantity:".tribe-tickets__footer__quantity__number",blockSubmit:"#tribe-tickets__submit",classicSubmit:"#tribe-tickets__buy",container:"#tribe-tickets",hidden:"tribe-common-a11y-hidden",item:".tribe-tickets__item",itemExtraAvailable:".tribe-tickets__item__extra__available",itemExtraAvailableQuantity:".tribe-tickets__item__extra__available__quantity",itemOptOut:".tribe-tickets-attendees-list-optout--wrapper",itemOptOutInput:"#tribe-tickets-attendees-list-optout-",itemPrice:".tribe-tickets__sale_price .tribe-amount",itemQuantity:".tribe-tickets__item__quantity",itemQuantityInput:".tribe-tickets-quantity",loader:".tribe-common-c-loader",submit:".tribe-tickets__buy",ticketLoader:".tribe-tickets-loader__tickets-block",validationNotice:".tribe-tickets__notice--error",ticketInCartNotice:"#tribe-tickets__notice__tickets-in-cart",horizontal_datepicker:{container:".tribe_horizontal_datepicker__container",select:".tribe_horizontal_datepicker__container select",day:".tribe_horizontal_datepicker__day",month:".tribe_horizontal_datepicker__month",year:".tribe_horizontal_datepicker__year",value:".tribe_horizontal_datepicker__value"}};const o=t(e.selector.container);0!==o.length&&(e.document=t(document),e.modalSelector={cartForm:".tribe-modal__wrapper--ar #tribe-modal__cart",container:".tribe-modal__wrapper--ar",form:"#tribe-tickets__modal-form",itemRemove:".tribe-tickets__item__remove",itemTotal:".tribe-tickets__item__total .tribe-amount",loader:".tribe-tickets-loader__modal",metaField:".ticket-meta",metaForm:".tribe-modal__wrapper--ar #tribe-modal__attendee_registration",metaItem:".tribe-ticket",submit:".tribe-block__tickets__item__attendee__fields__footer_submit"},e.commerceSelector={edd:"Tribe__Tickets_Plus__Commerce__EDD__Main",rsvp:"Tribe__Tickets__RSVP",tpp:"Tribe__Tickets__Commerce__PayPal__Main",Tribe__Tickets__Commerce__PayPal__Main:"tribe-commerce",Tribe__Tickets__RSVP:"rsvp",Tribe__Tickets_Plus__Commerce__EDD__Main:"edd",Tribe__Tickets_Plus__Commerce__WooCommerce__Main:"woo",tribe_eddticket:"Tribe__Tickets_Plus__Commerce__EDD__Main",tribe_tpp_attendees:"Tribe__Tickets__Commerce__PayPal__Main",tribe_wooticket:"Tribe__Tickets_Plus__Commerce__WooCommerce__Main",woo:"Tribe__Tickets_Plus__Commerce__WooCommerce__Main"},e.tribe_ticket_provider=o.data("provider"),e.postId=TribeTicketOptions.post_id,e.init=function(){0<TribeTicketOptions.availability_check_interval&&e.checkAvailability(),TribeTicketOptions.ajax_preload_ticket_form&&(e.loaderShow(),e.initPrefill()),e.disable(t(e.selector.submit),!0)},e.updateAvailability=function(i){Object.keys(i).forEach(function(o){const r=i[o].available,a=i[o].max_purchase,n=t(e.selector.item+'[data-ticket-id="'+o+'"]');if(0===r){const t=i[o].unavailable_html;n.attr("available",!1),n.removeClass("instock"),n.removeClass("purchasable"),n.find(e.selector.itemQuantity).html(t),n.find(e.selector.itemExtraAvailable).html("")}1<r&&(n.find(e.selector.itemQuantityInput).attr({max:a}),n.find(e.selector.itemExtraAvailableQuantity).html(r))})},e.updateFooter=function(t){e.updateFooterCount(t),e.updateFooterAmount(t),t.find(".tribe-tickets__footer").addClass("tribe-tickets__footer--active")},e.updateFooterCount=function(i){const o=i.find(e.selector.blockFooter+" "+e.selector.blockFooterQuantity);let r=0;i.find(e.selector.item+" "+e.selector.itemQuantityInput).each(function(){let e=parseInt(t(this).val(),10);e=isNaN(e)?0:e,r+=e});const a=0>=r;e.disable(t(e.selector.submit),a),0>r||o.text(r)},e.updateFooterAmount=function(i){const o=i.find(e.selector.blockFooter+" "+e.selector.blockFooterAmount);let r=0;i.find(e.selector.item+" "+e.selector.itemQuantityInput).each(function(){const i=t(this).closest(e.selector.item).find(e.selector.itemPrice).first();let o=parseInt(t(this).val(),10);o=isNaN(o)?0:o;let a=i.text();a=e.cleanNumber(a),r+=a*o}),0>r||o.text(e.numberFormat(r))},e.updateFormTotals=function(t){e.updateFooter(t),e.appendARFields(t)},e.updateItem=function(i,o,r){const a={};if(a.id=i,r){a.qty=e.getQty(r),a.price=e.getPrice(o),o.find(e.selector.itemQuantityInput).val(a.qty).trigger("change");const i=e.selector.itemOptOutInput+r.data("ticket-id");a.$optOut=t(i);const n=t(i+"-modal");a.$optOut.length&&a.$optOut.is(":checked")?n.val("1"):n.val("0")}else a.qty=e.getQty(o),a.price=e.getPrice(o);return e.updateTotal(a.qty,a.price,o),a},e.updateTotal=function(t,i,o){const r=(t*i).toFixed(e.getCurrencyFormatting().number_of_decimals);return o.find(e.modalSelector.itemTotal).text(e.numberFormat(r)),r},e.maybeShowNonMetaNotice=function(i){let o=0,r=0;const a=i.find(e.selector.item).filter(function(){return t(this).find(e.selector.itemQuantityInput).val()>0});if(!a.length)return;a.each(function(){const i=t(this),a=i.closest(e.selector.item).data("ticket-id");t(e.modalSelector.metaForm).find('.tribe-tickets__item__attendee__fields__container[data-ticket-id="'+a+'"]').length?r+=e.getQty(i):o+=e.getQty(i)});const n=t(".tribe-tickets__notice--non-ar"),c=t(".tribe-tickets__item__attendee__fields__title");0<o&&0<r?(t("#tribe-tickets__non-ar-count").text(o),n.removeClass("tribe-common-a11y-hidden"),c.show()):(n.addClass("tribe-common-a11y-hidden"),c.hide())},e.getRestEndpoint=function(){return TribeCartEndpoint.url},e.getTickets=function(){return t(e.selector.item).map(function(){return t(this).data("ticket-id")}).get()},e.maybeShowOptOut=function(t,i){if(t.has(e.selector.itemOptOut).length){const o=t.closest(e.selector.item);0<i?o.addClass("show-optout"):o.removeClass("show-optout")}},e.appendARFields=function(i){i.find(e.selector.item).each(function(){const i=t(this);if(i.is(":visible")){const o=i.closest(e.selector.item).data("ticket-id"),r=t(e.modalSelector.metaForm).find('.tribe-tickets__item__attendee__fields__container[data-ticket-id="'+o+'"]');if(!r.length)return;const a=r.find(e.modalSelector.metaItem),n=e.getQty(i);if(0>=n)return r.removeClass("tribe-tickets--has-tickets"),void r.find(e.modalSelector.metaItem).remove();if(a.length>n){const t=a.length-n;r.find(".tribe-ticket:nth-last-child( -n+"+t+" )").remove()}else if(a.length<n){const t=window.wp.template("tribe-registration--"+o),i=0<a.length?a.length+1:1;r.addClass("tribe-tickets--has-tickets");for(let o=i;o<=n;o++){const i={attendee_id:o};r.append(t(i)),e.maybeHydrateAttendeeBlockFromLocal(a.length)}}}}),e.maybeShowNonMetaNotice(i),e.loaderHide(),e.document.trigger("tribe-ar-fields-appended")},e.stepUp=function(t,i){const o=t.attr("max")?Number(t.attr("max")):-1,r=t.attr("step")?Number(t.attr("step")):1;let a=-1===o||o>=i+r?i+r:o;const n=t.closest(e.selector.item);if("true"===n.attr("data-has-shared-cap")){const t=n.closest("form");a=e.checkSharedCapacity(t,a)}if(0!==a)if(0>a)t[0].value=i+a;else if("function"==typeof t[0].stepUp)try{if(o<i+r)return;t[0].stepUp()}catch(e){t.val(a)}else t.val(a)},e.stepDown=function(t,e){const i=t.attr("min")?Number(t.attr("min")):0,o=t.attr("step")?Number(t.attr("step")):1,r=i<=e-o&&0<e-o?e-o:i;if("function"==typeof t[0].stepDown)try{t[0].stepDown()}catch(e){t[0].value=r}else t[0].value=r},e.checkAvailability=function(){const i={action:"ticket_availability_check",tickets:e.getTickets()};t.post(TribeTicketOptions.ajaxurl,i,function(t){if(!t.success)return;const i=t.data.tickets;e.updateAvailability(i)}),0<TribeTicketOptions.availability_check_interval&&setTimeout(e.checkAvailability,TribeTicketOptions.availability_check_interval)},e.checkSharedCapacity=function(i,o){let r=[],a=[];const n=i.find(e.selector.item).filter('[data-has-shared-cap="true"]'),c=n.find(e.selector.itemQuantityInput);if(!n.length)return o;n.each(function(){r.push(parseInt(t(this).attr("data-shared-cap"),10))}),c.each(function(){a.push(parseInt(t(this).val(),10))}),r=Math.max.apply(this,r),a=a.reduce(function(t,e){return t+e},0);const s=r-a;return Math.min(s,o)},e.getQty=function(t){const i=parseInt(t.find(e.selector.itemQuantityInput).val(),10);return isNaN(i)?0:i},e.getPrice=function(t){const i=e.cleanNumber(t.find(e.selector.itemPrice).first().text());return isNaN(i)?0:i},e.getCurrencyFormatting=function(){return JSON.parse(TribeCurrency.formatting)[e.tribe_ticket_provider]},e.cleanNumber=function(t){let i=t;const o=e.getCurrencyFormatting();if(0===parseInt(o.number_of_decimals))return i;if(o.thousands_sep===o.decimal_point){const t=i.length-(o.number_of_decimals+1);i=i.substr(0,t)+"_"+i.substr(t+1),""!==o.thousands_sep&&(i=i.split(o.thousands_sep).join("")),i=i.split("_").join(".")}else""!==o.thousands_sep&&(i=i.split(o.thousands_sep).join("")),""!==o.decimal_point&&(i=i.split(o.decimal_point).join("."));return i},e.numberFormat=function(t){const i=e.getCurrencyFormatting();if(!i)return!1;const o=i.number_of_decimals,r=i.decimal_point,a=i.thousands_sep,n=isFinite(+t)?+t:0,c=isFinite(+o)?Math.abs(o):0,s=void 0===a?",":a,l=void 0===r?".":r,d=function(t,e){const i=Math.pow(10,e);return Math.round(t*i)/i};let _=(c?d(n,c):Math.round(n)).toString().split(l);return"."===i.thousands_sep&&(_=(c?d(n,c):Math.round(n)).toString().split(".")),_[0].length>3&&(_[0]=_[0].replace(/\B(?=(?:\d{3})+(?!\d))/g,s)),(_[1]||"").length<c&&(_[1]=_[1]||"",_[1]+=new Array(c-_[1].length+1).join("0")),_.join(l)},e.focusTicketBlock=function(i){t(i).closest(e.modalSelector.metaItem).addClass("tribe-ticket-item__has-focus")},e.unfocusTicketBlock=function(i){t(i).closest(e.modalSelector.metaItem).removeClass("tribe-ticket-item__has-focus")},e.loaderShow=function(i){const o=i||e.selector.ticketLoader;t(e.selector.loader).filter(o).removeClass(e.selector.hidden)},e.loaderHide=function(i){const o=i||e.selector.ticketLoader;t(e.selector.loader).filter(o).addClass(e.selector.hidden)},e.disable=function(t,e){e?t.prop("disabled",!0).attr({disabled:"true","aria-disabled":"true"}):t.prop("disabled",!1).removeProp("disabled").removeAttr("disabled aria-disabled")},e.initPrefill=function(){e.prefillTicketsBlock()},e.initModalFormPrefills=function(){e.loaderShow(e.modalSelector.loader),t.when(e.getData()).then(function(i){e.prefillModalCartForm(t(e.modalSelector.cartForm)),i.meta&&t.each(i.meta,function(t){o.find('[data-ticket-id="'+t.ticket_id+'"]').length&&e.prefillModalMetaForm(i.meta)});const r=e.getLocal();r.meta&&e.prefillModalMetaForm(r.meta),window.setTimeout(e.loaderHide,500,e.modalSelector.loader)})},e.prefillModalMetaForm=function(i){if(void 0===i||0>=i.length)return;const o=t(e.modalSelector.metaForm).find(".tribe-tickets__item__attendee__fields__container");t.each(i,function(i,r){let a=0;const n=o.find(e.modalSelector.metaItem).filter('[data-ticket-id="'+r.ticket_id+'"]');n.length&&t.each(r.items,function(e,i){"object"==typeof i&&(t.each(i,function(e,i){const o=n.eq(a).find('[name*="'+e+'"]');o.is(":radio")||o.is(":checkbox")?o.each(function(){const e=t(this);i===e.val()&&e.prop("checked",!0)}):o.val(i)}),a++)})}),e.loaderHide(e.modalSelector.loader)},e.prefillModalCartForm=function(i){i.find(e.selector.item).hide();const r=o.find(e.selector.item);t.each(r,function(e,o){const r=t(o),a=i.find('[data-ticket-id="'+r.attr("data-ticket-id")+'"]');if(a){0<r.find(".tribe-tickets-quantity").val()&&a.fadeIn()}}),e.appendARFields(i),e.loaderHide(e.modalSelector.loader)},e.prefillTicketsBlock=function(){t.when(e.getData(!0)).then(function(i){const o=i.tickets;if(o.length){let i=0;o.forEach(function(o){const r=t('.tribe-tickets__item[data-ticket-id="'+o.ticket_id+'"]');if("true"===r.attr("data-available")){const t=r.find(e.selector.itemQuantityInput),a=r.find(e.selector.itemOptOutInput+o.ticket_id);t.length&&(t.val(o.quantity),t.trigger("change"),i+=o.quantity,1===parseInt(o.optout,10)&&a.prop("checked","true"))}}),0<i&&t(e.selector.ticketInCartNotice).fadeIn()}e.loaderHide()},function(){const i=t(e.selector.ticketInCartNotice);i.removeClass("tribe-tickets__notice--barred tribe-tickets__notice--barred-left").addClass("tribe-tickets__notice--error"),i.find(".tribe-tickets-notice__title").text(TribeMessages.api_error_title),i.find(".tribe-tickets-notice__content").text(TribeMessages.connection_error),i.fadeIn(),e.loaderHide()})},e.storeLocal=function(){const t=e.getMetaForSave();sessionStorage.setItem("tribe_tickets_attendees-"+e.postId,window.JSON.stringify(t));const i=e.getTicketsForCart();sessionStorage.setItem("tribe_tickets_cart-"+e.postId,window.JSON.stringify(i))},e.getLocal=function(t){const i=t||e.postId,o=window.JSON.parse(sessionStorage.getItem("tribe_tickets_attendees-"+i)),r=window.JSON.parse(sessionStorage.getItem("tribe_tickets_cart-"+i)),a={};return a.meta=o,a.tickets=r,a},e.clearLocal=function(t){const i=t||e.postId;sessionStorage.removeItem("tribe_tickets_attendees-"+i),sessionStorage.removeItem("tribe_tickets_cart-"+i)},e.maybeHydrateAttendeeBlockFromLocal=function(i){t.when(e.getData()).then(function(o){if(!o.meta)return;const r=o.meta.length;if(i<r)return void e.prefillModalMetaForm(o.meta);const a=t(e.modalSelector.metaForm).find(e.modalSelector.metaItem).slice(i-1);a&&a.find(e.modalSelector.metaField).each(function(){const e=t(this),i=e.attr("name"),r=o[i];r&&e.val(r)})})},e.getTicketsForCart=function(){const i=[];let o=t(e.modalSelector.cartForm);return o.length||(o=t(e.selector.container)),o.find(e.selector.item).each(function(){const o=t(this),r=o.data("ticketId"),a=o.find(e.selector.itemQuantityInput).val(),n=o.find('[name="attendee[optout]"]');let c=n.val();n.is(":checkbox")&&(c=n.prop("checked")?1:0);const s={};s.ticket_id=r,s.quantity=a,s.optout=c,i.push(s)}),i},e.getMetaForSave=function(){const i=t(e.modalSelector.metaForm).find(e.modalSelector.metaItem),o=[],r=[];return i.each(function(){const i={},o=t(this),a=o.data("ticketId"),n=o.find(e.modalSelector.metaField);n.length&&(r[a]||(r[a]={},r[a].ticket_id=a,r[a].items=[]),n.each(function(){const e=t(this);let o=e.val();const r=e.is(":radio");let a=e.attr("name");if(a=(a=a.split("[")).pop().replace("]",""),(r||e.is(":checkbox"))&&!e.prop("checked")){if(r&&""!==i[a])return;o=""}i[a]=o}),r[a].items.push(i))}),Object.keys(r).forEach(function(t){const e={ticket_id:t,items:r[t].items};o.push(e)}),o},e.getData=function(i){let r={meta:{},tickets:{}};const a=t.Deferred(),n=window.JSON.parse(sessionStorage.getItem("tribe_tickets_attendees-"+e.postId));if(null!==n&&(r.meta=n),!i){const t=window.JSON.parse(sessionStorage.getItem("tribe_tickets_cart-"+e.postId));null!==t&&t.length&&(r.tickets=t),a.resolve(r)}return r.tickets&&r.meta||t.ajax({type:"GET",data:{provider:o.data("providerId"),post_id:e.postId},dataType:"json",url:e.getRestEndpoint(),success:function(t){null===n&&sessionStorage.setItem("tribe_tickets_attendees-"+e.postId,window.JSON.stringify(t.meta)),sessionStorage.setItem("tribe_tickets_cart-"+e.postId,window.JSON.stringify(t.tickets)),r={meta:t.meta,tickets:t.tickets},a.resolve(r)},error:function(){a.reject(!1)}}),a.promise()},e.validateForm=function(i){const o=i.find(e.modalSelector.metaItem);let r=!0,a=0;return o.each(function(){const i=t(this);e.validateBlock(i)||(a++,r=!1)}),[r,a]},e.validateBlock=function(i){const o=i.find(e.modalSelector.metaField);let r=!0;return o.each(function(){const i=t(this);e.validateField(i[0])||(r=!1)}),r?i.removeClass("tribe-ticket-item__has-error"):i.addClass("tribe-ticket-item__has-error"),r},e.validateCheckboxRadioGroup=function(t){const e=t.find("input:checked").length,i=t.find("input:required").length;return!!(!i||i&&e)},e.validateHorizontalDatePickerValue=function(t){if(""===t.val()||"null-null-null"===t.val())return!0;const i=t.closest(e.selector.horizontal_datepicker.container),o=i.find(e.selector.horizontal_datepicker.day),r=i.find(e.selector.horizontal_datepicker.month),a=i.find(e.selector.horizontal_datepicker.year);let n=!0;return[o,r,a].forEach(function(t){isNaN(parseInt(t.val()))||parseInt(t.val())<=0?(t.addClass("ticket-meta__has-error"),n=!1):t.removeClass("ticket-meta__has-error")},n),n},e.validateField=function(i){let o=t(i),r=i.checkValidity();if(!r)if((o=t(i)).is(":checkbox")||o.is(":radio")){const t=o.closest(".tribe-common-form-control-checkbox-radio-group");t.length&&(r=e.validateCheckboxRadioGroup(t))}else r=!1;return o.is(e.selector.horizontal_datepicker.value)&&(r=e.validateHorizontalDatePickerValue(o)),r?o.removeClass("ticket-meta__has-error"):o.addClass("ticket-meta__has-error"),r},e.document.on("click",".tribe-tickets__item__quantity__remove, .tribe-tickets__item__quantity__add",function(i){i.preventDefault();const o=t(this).parent().find('input[type="number"]');if(o.is(":disabled"))return!1;const r=Number(o[0].value),a=o.closest(e.modalSelector.cartForm);if(t(this).hasClass("tribe-tickets__item__quantity__add")?e.stepUp(o,r):e.stepDown(o,r),e.updateFooter(o.closest("form")),r!==o[0].value&&o.trigger("change"),a.length){const t=o.closest(e.selector.item);e.updateTotal(e.getQty(t),e.getPrice(t),t)}}),e.document.on("click",e.modalSelector.itemRemove,function(i){i.preventDefault();const o={},r=t(this).closest("form"),a=t(this).closest(e.selector.item);a.find(e.selector.itemQuantity).val(0),a.fadeOut(),o.id=a.data("ticketId"),o.qty=0,a.find(e.selector.itemQuantityInput).val(o.qty),o.price=e.getPrice(a),e.updateTotal(o.qty,o.price,a),e.updateFormTotals(r),t('.tribe-tickets__item__attendee__fields__container[data-ticket-id="'+o.id+'"]').removeClass("tribe-tickets--has-tickets").find(e.modalSelector.metaItem).remove(),window.setTimeout(e.maybeShowNonMetaNotice,500,r),window.setTimeout(function(){if(0>=r.find(e.selector.item).filter(":visible").length){const i=t(e.selector.blockSubmit).attr("data-content"),o="dialog_obj_"+i.substring(i.lastIndexOf("-")+1);window[o].hide(),e.disable(t(e.selector.submit),!1)}},500)}),e.document.on("focus",".tribe-ticket .ticket-meta",function(t){const i=t.target;e.focusTicketBlock(i)}),e.document.on("blur",".tribe-ticket .ticket-meta",function(t){const i=t.target;e.unfocusTicketBlock(i)}),e.document.on("change keyup",e.selector.itemQuantityInput,function(i){const o=t(i.target),r=o.closest(e.selector.item),a=o.closest("form"),n=o.attr("max");let c=0,s=parseInt(o.val(),10);n<(s=isNaN(s)?0:s)&&(s=n,o.val(n)),"true"===r.attr("data-has-shared-cap")&&(c=e.checkSharedCapacity(a,s)),0>c&&(s+=c,o.val(s)),i.preventDefault(),e.maybeShowOptOut(r,s),e.updateFooter(a),e.updateFormTotals(a)}),e.document.on("beforeunload",function(){window.tribe.tickets.modal_redirect?e.clearLocal():e.storeLocal()}),e.document.on("keypress",e.modalSelector.form,function(i){if(13===i.keyCode){const o=t(i.target).closest(e.modalSelector.form);if("undefined"===o)return;i.preventDefault(),i.stopPropagation(),o.find('[name="cart-button"]').click()}}),e.document.on("click",e.modalSelector.submit,function(i){i.preventDefault();const o=t(this),r=t(e.modalSelector.form),a=t(e.modalSelector.metaForm),n=e.validateForm(a),c=t(e.selector.validationNotice),s=o.attr("name"),l=r.data("provider");if(e.loaderShow(e.modalSelector.loader),!n[0])return c.find(".tribe-tickets-notice__title").text(TribeMessages.validation_error_title),c.find("p").html(TribeMessages.validation_error),t(e.selector.validationNotice+"__count").text(n[1]),c.show(),e.loaderHide(e.modalSelector.loader),document.getElementById("tribe-tickets__notice__attendee-modal").scrollIntoView({behavior:"smooth",block:"start"}),!1;c.hide(),e.loaderShow(e.modalSelector.loader);let d=TribeTicketsURLs.checkout[l];-1!==s.indexOf("cart")&&(d=TribeTicketsURLs.cart[l]),t(e.modalSelector.form).attr("action",d);const _={tribe_tickets_provider:e.commerceSelector[e.tribe_ticket_provider],tribe_tickets_tickets:e.getTicketsForCart(),tribe_tickets_meta:e.getMetaForSave(),tribe_tickets_post_id:e.postId};t("#tribe_tickets_ar_data").val(JSON.stringify(_)),window.tribe.tickets.modal_redirect=!0,e.clearLocal(),r.submit()}),e.document.on("click",e.selector.classicSubmit,function(i){i.preventDefault();const o=t(e.selector.container);e.loaderShow(e.selector.loader);const r={tribe_tickets_provider:e.commerceSelector[e.tribe_ticket_provider],tribe_tickets_tickets:e.getTicketsForCart(),tribe_tickets_meta:{},tribe_tickets_post_id:e.postId};t("#tribe_tickets_block_ar_data").val(JSON.stringify(r)),o.submit()}),e.document.on("keypress",e.selector.itemQuantityInput,function(t){if(13===t.keyCode)return t.preventDefault(),void t.stopPropagation()}),t(i).on("tribe_dialog_show_ar_modal",function(){e.loaderShow(),e.loaderShow(e.modalSelector.loader);const i=t(e.modalSelector.cartForm);o.find(e.selector.item).each(function(){const o=t(this),r=o.data("ticketId"),a=i.find('[data-ticket-id="'+r+'"]');a&&e.updateItem(r,a,o)}),e.initModalFormPrefills(),e.updateFormTotals(i),e.loaderHide(),e.loaderHide(e.modalSelector.loader)}),t(i).on("tribe_dialog_close_ar_modal",function(){e.storeLocal()}),e.init(),window.addEventListener("pageshow",function(t){(t.persisted||void 0!==window.performance&&2===window.performance.navigation.type)&&e.init()}))}(jQuery,window.tribe.tickets.block,window.tribe.dialogs.events);
1
+ void 0===window.tribe&&(window.tribe={}),window.tribe.tickets=window.tribe.tickets||{},window.tribe.dialogs=window.tribe.dialogs||{},window.tribe.dialogs.events=window.tribe.dialogs.events||{},window.tribe.tickets.block={num_attendees:0,event:{}},function(t,e,i){e.selector={blockFooter:".tribe-tickets__footer",blockFooterAmount:".tribe-amount",blockFooterQuantity:".tribe-tickets__footer__quantity__number",blockSubmit:"#tribe-tickets__submit",classicSubmit:"#tribe-tickets__buy",container:"#tribe-tickets",hidden:"tribe-common-a11y-hidden",item:".tribe-tickets__item",itemExtraAvailable:".tribe-tickets__item__extra__available",itemExtraAvailableQuantity:".tribe-tickets__item__extra__available__quantity",itemOptOut:".tribe-tickets-attendees-list-optout--wrapper",itemOptOutInput:"#tribe-tickets-attendees-list-optout-",itemPrice:".tribe-tickets__sale_price .tribe-amount",itemQuantity:".tribe-tickets__item__quantity",itemQuantityInput:".tribe-tickets-quantity",loader:".tribe-common-c-loader",submit:".tribe-tickets__buy",ticketLoader:".tribe-tickets-loader__tickets-block",validationNotice:".tribe-tickets__notice--error",ticketInCartNotice:"#tribe-tickets__notice__tickets-in-cart",horizontal_datepicker:{container:".tribe_horizontal_datepicker__container",select:".tribe_horizontal_datepicker__container select",day:".tribe_horizontal_datepicker__day",month:".tribe_horizontal_datepicker__month",year:".tribe_horizontal_datepicker__year",value:".tribe_horizontal_datepicker__value"}};const o=t(e.selector.container);0!==o.length&&(e.document=t(document),e.modalSelector={cartForm:".tribe-modal__wrapper--ar #tribe-modal__cart",container:".tribe-modal__wrapper--ar",form:"#tribe-tickets__modal-form",itemRemove:".tribe-tickets__item__remove",itemTotal:".tribe-tickets__item__total .tribe-amount",loader:".tribe-tickets-loader__modal",metaField:".ticket-meta",metaForm:".tribe-modal__wrapper--ar #tribe-modal__attendee_registration",metaItem:".tribe-ticket",submit:".tribe-block__tickets__item__attendee__fields__footer_submit"},e.commerceSelector={edd:"Tribe__Tickets_Plus__Commerce__EDD__Main",rsvp:"Tribe__Tickets__RSVP",tpp:"Tribe__Tickets__Commerce__PayPal__Main",Tribe__Tickets__Commerce__PayPal__Main:"tribe-commerce",Tribe__Tickets__RSVP:"rsvp",Tribe__Tickets_Plus__Commerce__EDD__Main:"edd",Tribe__Tickets_Plus__Commerce__WooCommerce__Main:"woo",tribe_eddticket:"Tribe__Tickets_Plus__Commerce__EDD__Main",tribe_tpp_attendees:"Tribe__Tickets__Commerce__PayPal__Main",tribe_wooticket:"Tribe__Tickets_Plus__Commerce__WooCommerce__Main",woo:"Tribe__Tickets_Plus__Commerce__WooCommerce__Main"},e.tribe_ticket_provider=o.data("provider"),e.postId=TribeTicketOptions.post_id,e.init=function(){0<TribeTicketOptions.availability_check_interval&&e.checkAvailability(),TribeTicketOptions.ajax_preload_ticket_form&&(e.loaderShow(),e.initPrefill()),e.disable(t(e.selector.submit),!0)},e.updateAvailability=function(i){Object.keys(i).forEach(function(o){const r=i[o].available,a=i[o].max_purchase,n=t(e.selector.item+'[data-ticket-id="'+o+'"]');if(0===r){const t=i[o].unavailable_html;n.attr("available",!1),n.removeClass("instock"),n.removeClass("purchasable"),n.find(e.selector.itemQuantity).html(t),n.find(e.selector.itemExtraAvailable).html("")}1<r&&(n.find(e.selector.itemQuantityInput).attr({max:a}),n.find(e.selector.itemExtraAvailableQuantity).html(r))})},e.updateFooter=function(t){e.updateFooterCount(t),e.updateFooterAmount(t),t.find(".tribe-tickets__footer").addClass("tribe-tickets__footer--active")},e.updateFooterCount=function(i){const o=i.find(e.selector.blockFooter+" "+e.selector.blockFooterQuantity);let r=0;i.find(e.selector.item+" "+e.selector.itemQuantityInput).each(function(){let e=parseInt(t(this).val(),10);e=isNaN(e)?0:e,r+=e});const a=0>=r;e.disable(t(e.selector.submit),a),0>r||o.text(r)},e.updateFooterAmount=function(i){const o=i.find(e.selector.blockFooter+" "+e.selector.blockFooterAmount);let r=0;i.find(e.selector.item+" "+e.selector.itemQuantityInput).each(function(){const i=t(this).closest(e.selector.item).find(e.selector.itemPrice).first();let o=parseInt(t(this).val(),10);o=isNaN(o)?0:o;let a=i.text();a=e.cleanNumber(a),r+=a*o}),0>r||o.text(e.numberFormat(r))},e.updateFormTotals=function(t){e.updateFooter(t),e.appendARFields(t)},e.updateItem=function(i,o,r){const a={};if(a.id=i,r){a.qty=e.getQty(r),a.price=e.getPrice(o),o.find(e.selector.itemQuantityInput).val(a.qty).trigger("change");const i=e.selector.itemOptOutInput+r.data("ticket-id");a.$optOut=t(i);const n=t(i+"-modal");a.$optOut.length&&a.$optOut.is(":checked")?n.val("1"):n.val("0")}else a.qty=e.getQty(o),a.price=e.getPrice(o);return e.updateTotal(a.qty,a.price,o),a},e.updateTotal=function(t,i,o){const r=(t*i).toFixed(e.getCurrencyFormatting().number_of_decimals);return o.find(e.modalSelector.itemTotal).text(e.numberFormat(r)),r},e.maybeShowNonMetaNotice=function(i){let o=0,r=0;const a=i.find(e.selector.item).filter(function(){return t(this).find(e.selector.itemQuantityInput).val()>0});if(!a.length)return;a.each(function(){const i=t(this),a=i.closest(e.selector.item).data("ticket-id");t(e.modalSelector.metaForm).find('.tribe-tickets__item__attendee__fields__container[data-ticket-id="'+a+'"]').length?r+=e.getQty(i):o+=e.getQty(i)});const n=t(".tribe-tickets__notice--non-ar"),c=t(".tribe-tickets__item__attendee__fields__title");0<o&&0<r?(t("#tribe-tickets__non-ar-count").text(o),n.removeClass("tribe-common-a11y-hidden"),c.show()):(n.addClass("tribe-common-a11y-hidden"),c.hide())},e.getRestEndpoint=function(){return TribeCartEndpoint.url},e.getTickets=function(){return t(e.selector.item).map(function(){return t(this).data("ticket-id")}).get()},e.maybeShowOptOut=function(t,i){if(t.has(e.selector.itemOptOut).length){const o=t.closest(e.selector.item);0<i?o.addClass("show-optout"):o.removeClass("show-optout")}},e.appendARFields=function(i){i.find(e.selector.item).each(function(){const i=t(this);if(i.is(":visible")){const o=i.closest(e.selector.item).data("ticket-id"),r=t(e.modalSelector.metaForm).find('.tribe-tickets__item__attendee__fields__container[data-ticket-id="'+o+'"]');if(!r.length)return;const a=r.find(e.modalSelector.metaItem),n=e.getQty(i);if(0>=n)return r.removeClass("tribe-tickets--has-tickets"),void r.find(e.modalSelector.metaItem).remove();if(a.length>n){const t=a.length-n;r.find(".tribe-ticket:nth-last-child( -n+"+t+" )").remove()}else if(a.length<n){const t=window.wp.template("tribe-registration--"+o),i=0<a.length?a.length+1:1;r.addClass("tribe-tickets--has-tickets");for(let o=i;o<=n;o++){const i={attendee_id:o};r.append(t(i)),e.maybeHydrateAttendeeBlockFromLocal(a.length)}}}}),e.maybeShowNonMetaNotice(i),e.loaderHide(),e.document.trigger("tribe-ar-fields-appended")},e.stepUp=function(t,i){const o=t.attr("max")?Number(t.attr("max")):-1,r=t.attr("step")?Number(t.attr("step")):1;let a=-1===o||o>=i+r?i+r:o;const n=t.closest(e.selector.item);if("true"===n.attr("data-has-shared-cap")){const t=n.closest("form");a=e.checkSharedCapacity(t,a)}if(0!==a)if(0>a)t[0].value=i+a;else if("function"==typeof t[0].stepUp)try{if(o<i+r)return;t[0].stepUp()}catch(e){t.val(a)}else t.val(a)},e.stepDown=function(t,e){const i=t.attr("min")?Number(t.attr("min")):0,o=t.attr("step")?Number(t.attr("step")):1,r=i<=e-o&&0<e-o?e-o:i;if("function"==typeof t[0].stepDown)try{t[0].stepDown()}catch(e){t[0].value=r}else t[0].value=r},e.checkAvailability=function(){const i={action:"ticket_availability_check",tickets:e.getTickets()};t.post(TribeTicketOptions.ajaxurl,i,function(t){if(!t.success)return;const i=t.data.tickets;e.updateAvailability(i)}),0<TribeTicketOptions.availability_check_interval&&setTimeout(e.checkAvailability,TribeTicketOptions.availability_check_interval)},e.checkSharedCapacity=function(i,o){let r=[],a=[];const n=i.find(e.selector.item).filter('[data-has-shared-cap="true"]'),c=n.find(e.selector.itemQuantityInput);if(!n.length)return o;n.each(function(){r.push(parseInt(t(this).attr("data-shared-cap"),10))}),c.each(function(){a.push(parseInt(t(this).val(),10))}),r=Math.max.apply(this,r),a=a.reduce(function(t,e){return t+e},0);const s=r-a;return Math.min(s,o)},e.getQty=function(t){const i=parseInt(t.find(e.selector.itemQuantityInput).val(),10);return isNaN(i)?0:i},e.getPrice=function(t){const i=e.cleanNumber(t.find(e.selector.itemPrice).first().text());return isNaN(i)?0:i},e.getCurrencyFormatting=function(){return JSON.parse(TribeCurrency.formatting)[e.tribe_ticket_provider]},e.cleanNumber=function(t){let i=t;const o=e.getCurrencyFormatting();if(0===parseInt(o.number_of_decimals))return i;if(o.thousands_sep===o.decimal_point){const t=i.length-(o.number_of_decimals+1);i=i.substr(0,t)+"_"+i.substr(t+1),""!==o.thousands_sep&&(i=i.split(o.thousands_sep).join("")),i=i.split("_").join(".")}else""!==o.thousands_sep&&(i=i.split(o.thousands_sep).join("")),""!==o.decimal_point&&(i=i.split(o.decimal_point).join("."));return i},e.numberFormat=function(t){const i=e.getCurrencyFormatting();if(!i)return!1;const o=i.number_of_decimals,r=i.decimal_point,a=i.thousands_sep,n=isFinite(+t)?+t:0,c=isFinite(+o)?Math.abs(o):0,s=void 0===a?",":a,l=void 0===r?".":r,d=function(t,e){const i=Math.pow(10,e);return Math.round(t*i)/i};let _=(c?d(n,c):Math.round(n)).toString().split(l);return"."===i.thousands_sep&&(_=(c?d(n,c):Math.round(n)).toString().split(".")),_[0].length>3&&(_[0]=_[0].replace(/\B(?=(?:\d{3})+(?!\d))/g,s)),(_[1]||"").length<c&&(_[1]=_[1]||"",_[1]+=new Array(c-_[1].length+1).join("0")),_.join(l)},e.focusTicketBlock=function(i){t(i).closest(e.modalSelector.metaItem).addClass("tribe-ticket-item__has-focus")},e.unfocusTicketBlock=function(i){t(i).closest(e.modalSelector.metaItem).removeClass("tribe-ticket-item__has-focus")},e.loaderShow=function(i){const o=i||e.selector.ticketLoader;t(e.selector.loader).filter(o).removeClass(e.selector.hidden)},e.loaderHide=function(i){const o=i||e.selector.ticketLoader;t(e.selector.loader).filter(o).addClass(e.selector.hidden)},e.disable=function(t,e){e?t.prop("disabled",!0).attr({disabled:"true","aria-disabled":"true"}):t.prop("disabled",!1).removeProp("disabled").removeAttr("disabled aria-disabled")},e.initPrefill=function(){e.prefillTicketsBlock()},e.initModalFormPrefills=function(){e.loaderShow(e.modalSelector.loader),t.when(e.getData()).then(function(i){e.prefillModalCartForm(t(e.modalSelector.cartForm)),i.meta&&t.each(i.meta,function(t){o.find('[data-ticket-id="'+t.ticket_id+'"]').length&&e.prefillModalMetaForm(i.meta)});const r=e.getLocal();r.meta&&e.prefillModalMetaForm(r.meta),window.setTimeout(e.loaderHide,500,e.modalSelector.loader)})},e.prefillModalMetaForm=function(i){if(void 0===i||0>=i.length)return;const o=t(e.modalSelector.metaForm).find(".tribe-tickets__item__attendee__fields__container");t.each(i,function(i,r){let a=0;const n=o.find(e.modalSelector.metaItem).filter('[data-ticket-id="'+r.ticket_id+'"]');n.length&&t.each(r.items,function(e,i){"object"==typeof i&&(t.each(i,function(e,i){const o=n.eq(a).find('[name*="'+e+'"]');o.is(":radio")||o.is(":checkbox")?o.each(function(){const e=t(this);i===e.val()&&e.prop("checked",!0)}):o.val(i)}),a++)})}),e.loaderHide(e.modalSelector.loader)},e.prefillModalCartForm=function(i){i.find(e.selector.item).hide();const r=o.find(e.selector.item);t.each(r,function(e,o){const r=t(o),a=i.find('[data-ticket-id="'+r.attr("data-ticket-id")+'"]');if(a){0<r.find(".tribe-tickets-quantity").val()&&a.fadeIn()}}),e.appendARFields(i),e.loaderHide(e.modalSelector.loader)},e.prefillTicketsBlock=function(){t.when(e.getData(!0)).then(function(i){const o=i.tickets;if(o.length){let i=0;o.forEach(function(o){const r=t('.tribe-tickets__item[data-ticket-id="'+o.ticket_id+'"]');if("true"===r.attr("data-available")){const t=r.find(e.selector.itemQuantityInput),a=r.find(e.selector.itemOptOutInput+o.ticket_id);t.length&&(t.val(o.quantity),t.trigger("change"),i+=o.quantity,1===parseInt(o.optout,10)&&a.prop("checked","true"))}}),0<i&&t(e.selector.ticketInCartNotice).fadeIn()}e.loaderHide()},function(){const i=t(e.selector.ticketInCartNotice);i.removeClass("tribe-tickets__notice--barred tribe-tickets__notice--barred-left").addClass("tribe-tickets__notice--error"),i.find(".tribe-tickets-notice__title").text(TribeMessages.api_error_title),i.find(".tribe-tickets-notice__content").text(TribeMessages.connection_error),i.fadeIn(),e.loaderHide()})},e.storeLocal=function(){const t=e.getMetaForSave();sessionStorage.setItem("tribe_tickets_attendees-"+e.postId,window.JSON.stringify(t));const i=e.getTicketsForCart();sessionStorage.setItem("tribe_tickets_cart-"+e.postId,window.JSON.stringify(i))},e.getLocal=function(t){const i=t||e.postId,o=window.JSON.parse(sessionStorage.getItem("tribe_tickets_attendees-"+i)),r=window.JSON.parse(sessionStorage.getItem("tribe_tickets_cart-"+i)),a={};return a.meta=o,a.tickets=r,a},e.clearLocal=function(t){const i=t||e.postId;sessionStorage.removeItem("tribe_tickets_attendees-"+i),sessionStorage.removeItem("tribe_tickets_cart-"+i)},e.maybeHydrateAttendeeBlockFromLocal=function(i){t.when(e.getData()).then(function(o){if(!o.meta)return;const r=o.meta.length;if(i<r)return void e.prefillModalMetaForm(o.meta);const a=t(e.modalSelector.metaForm).find(e.modalSelector.metaItem).slice(i-1);a&&a.find(e.modalSelector.metaField).each(function(){const e=t(this),i=e.attr("name"),r=o[i];r&&e.val(r)})})},e.getTicketsForCart=function(){const i=[];let o=t(e.modalSelector.cartForm);return o.length||(o=t(e.selector.container)),o.find(e.selector.item).each(function(){const o=t(this),r=o.data("ticketId"),a=o.find(e.selector.itemQuantityInput).val(),n=o.find('[name="attendee[optout]"]');let c=n.val();n.is(":checkbox")&&(c=n.prop("checked")?1:0);const s={};s.ticket_id=r,s.quantity=a,s.optout=c,i.push(s)}),i},e.getMetaForSave=function(){const i=t(e.modalSelector.metaForm).find(e.modalSelector.metaItem),o=[],r=[];return i.each(function(){const i={},o=t(this),a=o.data("ticketId"),n=o.find(e.modalSelector.metaField);n.length&&(r[a]||(r[a]={},r[a].ticket_id=a,r[a].items=[]),n.each(function(){const e=t(this);let o=e.val();const r=e.is(":radio");let a=e.attr("name");if(a=(a=a.split("[")).pop().replace("]",""),(r||e.is(":checkbox"))&&!e.prop("checked")){if(r&&""!==i[a])return;o=""}i[a]=o}),r[a].items.push(i))}),Object.keys(r).forEach(function(t){const e={ticket_id:t,items:r[t].items};o.push(e)}),o},e.getData=function(i){let r={meta:{},tickets:{}};const a=t.Deferred(),n=window.JSON.parse(sessionStorage.getItem("tribe_tickets_attendees-"+e.postId));if(null!==n&&(r.meta=n),!i){const t=window.JSON.parse(sessionStorage.getItem("tribe_tickets_cart-"+e.postId));null!==t&&t.length&&(r.tickets=t),a.resolve(r)}return r.tickets&&r.meta||t.ajax({type:"GET",data:{provider:o.data("providerId"),post_id:e.postId},dataType:"json",url:e.getRestEndpoint(),success:function(t){null===n&&sessionStorage.setItem("tribe_tickets_attendees-"+e.postId,window.JSON.stringify(t.meta)),sessionStorage.setItem("tribe_tickets_cart-"+e.postId,window.JSON.stringify(t.tickets)),r={meta:t.meta,tickets:t.tickets},a.resolve(r)},error:function(){a.reject(!1)}}),a.promise()},e.validateForm=function(i){const o=i.find(e.modalSelector.metaItem);let r=!0,a=0;return o.each(function(){const i=t(this);e.validateBlock(i)||(a++,r=!1)}),[r,a]},e.validateBlock=function(i){const o=i.find(e.modalSelector.metaField);let r=!0;return o.each(function(){const i=t(this);e.validateField(i[0])||(r=!1)}),r?i.removeClass("tribe-ticket-item__has-error"):i.addClass("tribe-ticket-item__has-error"),r},e.validateCheckboxRadioGroup=function(t){const e=t.find("input:checked").length,i=t.find("input:required").length;return!!(!i||i&&e)},e.validateHorizontalDatePickerValue=function(t){if(""===t.val()||"null-null-null"===t.val())return!0;const i=t.closest(e.selector.horizontal_datepicker.container),o=i.find(e.selector.horizontal_datepicker.day),r=i.find(e.selector.horizontal_datepicker.month),a=i.find(e.selector.horizontal_datepicker.year);let n=!0;return[o,r,a].forEach(function(t){isNaN(parseInt(t.val()))||parseInt(t.val())<=0?(t.addClass("ticket-meta__has-error"),n=!1):t.removeClass("ticket-meta__has-error")},n),n},e.validateField=function(i){let o=t(i),r=i.checkValidity();if(!r)if((o=t(i)).is(":checkbox")||o.is(":radio")){const t=o.closest(".tribe-common-form-control-checkbox-radio-group");t.length&&(r=e.validateCheckboxRadioGroup(t))}else r=!1;return o.is(e.selector.horizontal_datepicker.value)&&(r=e.validateHorizontalDatePickerValue(o)),r?o.removeClass("ticket-meta__has-error"):o.addClass("ticket-meta__has-error"),r},e.document.on("click",".tribe-tickets__item__quantity__remove, .tribe-tickets__item__quantity__add",function(i){i.preventDefault();const o=t(this).parent().find('input[type="number"]');if(o.is(":disabled"))return!1;const r=Number(o[0].value),a=o.closest(e.modalSelector.cartForm);if(t(this).hasClass("tribe-tickets__item__quantity__add")?e.stepUp(o,r):e.stepDown(o,r),e.updateFooter(o.closest("form")),r!==o[0].value&&o.trigger("change"),a.length){const t=o.closest(e.selector.item);e.updateTotal(e.getQty(t),e.getPrice(t),t)}}),e.document.on("click",e.modalSelector.itemRemove,function(i){i.preventDefault();const o={},r=t(this).closest("form"),a=t(this).closest(e.selector.item);a.find(e.selector.itemQuantity).val(0),a.fadeOut(),o.id=a.data("ticketId"),o.qty=0,a.find(e.selector.itemQuantityInput).val(o.qty),o.price=e.getPrice(a),e.updateTotal(o.qty,o.price,a),e.updateFormTotals(r),t('.tribe-tickets__item__attendee__fields__container[data-ticket-id="'+o.id+'"]').removeClass("tribe-tickets--has-tickets").find(e.modalSelector.metaItem).remove(),window.setTimeout(e.maybeShowNonMetaNotice,500,r),window.setTimeout(function(){if(0>=r.find(e.selector.item).filter(":visible").length){const i=t(e.selector.blockSubmit).attr("data-content"),o="dialog_obj_"+i.substring(i.lastIndexOf("-")+1);window[o].hide(),e.disable(t(e.selector.submit),!1)}},500)}),e.document.on("focus",".tribe-ticket .ticket-meta",function(t){const i=t.target;e.focusTicketBlock(i)}),e.document.on("blur",".tribe-ticket .ticket-meta",function(t){const i=t.target;e.unfocusTicketBlock(i)}),e.document.on("change keyup",e.selector.itemQuantityInput,function(i){const o=t(i.target),r=o.closest(e.selector.item),a=o.closest("form"),n=o.attr("max");let c=0,s=parseInt(o.val(),10);n<(s=isNaN(s)?0:s)&&(s=n,o.val(n)),"true"===r.attr("data-has-shared-cap")&&(c=e.checkSharedCapacity(a,s)),0>c&&(s+=c,o.val(s)),i.preventDefault(),e.maybeShowOptOut(r,s),e.updateFooter(a),e.updateFormTotals(a)}),e.document.on("beforeunload",function(){window.tribe.tickets.modal_redirect?e.clearLocal():e.storeLocal()}),e.document.on("keypress",e.modalSelector.form,function(i){if(13===i.keyCode){const o=t(i.target).closest(e.modalSelector.form);if("undefined"===o)return;i.preventDefault(),i.stopPropagation(),o.find('[name="cart-button"]').click()}}),e.document.on("click",e.modalSelector.submit,function(i){i.preventDefault();const o=t(this),r=t(e.modalSelector.form),a=t(e.modalSelector.metaForm),n=e.validateForm(a),c=t(e.selector.validationNotice),s=o.attr("name"),l=r.data("provider");if(e.loaderShow(e.modalSelector.loader),!n[0])return c.find(".tribe-tickets-notice__title").text(TribeMessages.validation_error_title),c.find("p").html(TribeMessages.validation_error),t(e.selector.validationNotice+"__count").text(n[1]),c.show(),e.loaderHide(e.modalSelector.loader),document.getElementById("tribe-tickets__notice__attendee-modal").scrollIntoView({behavior:"smooth",block:"start"}),!1;c.hide(),e.loaderShow(e.modalSelector.loader);let d=TribeTicketsURLs.checkout[l];-1!==s.indexOf("cart")&&(d=TribeTicketsURLs.cart[l]),t(e.modalSelector.form).attr("action",d);const _={tribe_tickets_provider:e.commerceSelector[e.tribe_ticket_provider],tribe_tickets_tickets:e.getTicketsForCart(),tribe_tickets_meta:e.getMetaForSave(),tribe_tickets_post_id:e.postId};t("#tribe_tickets_ar_data").val(JSON.stringify(_)),window.tribe.tickets.modal_redirect=!0,e.clearLocal(),r.submit()}),e.document.on("click",e.selector.classicSubmit,function(i){i.preventDefault();const o=t(e.selector.container);e.loaderShow(e.selector.loader);const r={tribe_tickets_provider:e.commerceSelector[e.tribe_ticket_provider],tribe_tickets_tickets:e.getTicketsForCart(),tribe_tickets_meta:{},tribe_tickets_post_id:e.postId};o.find("#tribe_tickets_block_ar_data").val(JSON.stringify(r)),o.submit()}),e.document.on("keypress",e.selector.itemQuantityInput,function(t){if(13===t.keyCode)return t.preventDefault(),void t.stopPropagation()}),t(i).on("tribe_dialog_show_ar_modal",function(){e.loaderShow(),e.loaderShow(e.modalSelector.loader);const i=t(e.modalSelector.cartForm);o.find(e.selector.item).each(function(){const o=t(this),r=o.data("ticketId"),a=i.find('[data-ticket-id="'+r+'"]');a&&e.updateItem(r,a,o)}),e.initModalFormPrefills(),e.updateFormTotals(i),e.loaderHide(),e.loaderHide(e.modalSelector.loader)}),t(i).on("tribe_dialog_close_ar_modal",function(){e.storeLocal()}),e.init(),window.addEventListener("pageshow",function(t){(t.persisted||void 0!==window.performance&&2===window.performance.navigation.type)&&e.init()}))}(jQuery,window.tribe.tickets.block,window.tribe.dialogs.events);
src/resources/js/v2/tickets-block.js CHANGED
@@ -730,7 +730,7 @@ tribe.tickets.block = {
730
  tribe_tickets_post_id: postId,
731
  };
732
 
733
- $( '#tribe_tickets_block_ar_data' ).val( JSON.stringify( params ) );
734
 
735
  $document.trigger( 'beforeTicketsSubmit.tribeTicketsBlock', [ $form, params ] );
736
 
730
  tribe_tickets_post_id: postId,
731
  };
732
 
733
+ $form.find( '#tribe_tickets_block_ar_data' ).val( JSON.stringify( params ) );
734
 
735
  $document.trigger( 'beforeTicketsSubmit.tribeTicketsBlock', [ $form, params ] );
736
 
src/resources/postcss/common-responsive.pcss CHANGED
@@ -2,7 +2,7 @@
2
  * Event Tickets - Common responsive
3
  *
4
  * @since 5.0.3
5
- * @todo @juanfra: Check this once we define https://github.com/moderntribe/tribe-common/pull/1379
6
  */
7
 
8
  @import "utilities/_all.pcss";
2
  * Event Tickets - Common responsive
3
  *
4
  * @since 5.0.3
5
+ * @todo @juanfra: Check this once we define https://github.com/the-events-calendar/tribe-common/pull/1379
6
  */
7
 
8
  @import "utilities/_all.pcss";
src/views/blocks/attendees.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.9
13
  * @since 4.11.3 Fix malformed opening `<div>` tag.
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.9
13
  * @since 4.11.3 Fix malformed opening `<div>` tag.
src/views/blocks/attendees/description.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.2
14
  * @version 4.11.3
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.2
14
  * @version 4.11.3
src/views/blocks/attendees/gravatar.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
src/views/blocks/attendees/title.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.2
14
  * @since 5.0.2 Fix template path in documentation block.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.2
14
  * @since 5.0.2 Fix template path in documentation block.
src/views/blocks/attendees/view-link.php CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * See more documentation about our Blocks Editor templating system.
13
  *
14
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
15
  *
16
  * @since 4.9
17
  * @since 4.10.8 Renamed template from order-links.php to view-link.php. Updated to not use the now-deprecated
11
  *
12
  * See more documentation about our Blocks Editor templating system.
13
  *
14
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
15
  *
16
  * @since 4.9
17
  * @since 4.10.8 Renamed template from order-links.php to view-link.php. Updated to not use the now-deprecated
src/views/blocks/rsvp.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.8 Updated loading logic for including a renamed template.
13
  * @since 4.11.0 Added tribe_tickets_order_link_template_already_rendered hook usage to template to prevent duplicate links.
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.8 Updated loading logic for including a renamed template.
13
  * @since 4.11.0 Added tribe_tickets_order_link_template_already_rendered hook usage to template to prevent duplicate links.
src/views/blocks/rsvp/content-inactive.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.10.9 Use function for text.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.10.9 Use function for text.
src/views/blocks/rsvp/content.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.12.0 Add $post_id to filter for hiding opt-outs.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.12.0 Add $post_id to filter for hiding opt-outs.
src/views/blocks/rsvp/details.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 5.0.3 Add vars to docblock and removed duplicative vars.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 5.0.3 Add vars to docblock and removed duplicative vars.
src/views/blocks/rsvp/details/availability.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.11.1 Corrected amount of available/remaining tickets.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.11.1 Corrected amount of available/remaining tickets.
src/views/blocks/rsvp/details/description.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
src/views/blocks/rsvp/details/title.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
src/views/blocks/rsvp/form.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.12.0 Add $post_id to filter for hiding opt-outs.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.12.0 Add $post_id to filter for hiding opt-outs.
src/views/blocks/rsvp/form/attendee-meta.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.11.5 Corrected the template override instructions in template comments.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.11.5 Corrected the template override instructions in template comments.
src/views/blocks/rsvp/form/details.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.5 Corrected the template override instructions in template comments.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.5 Corrected the template override instructions in template comments.
src/views/blocks/rsvp/form/email.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @version 4.9.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @version 4.9.4
src/views/blocks/rsvp/form/error.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.10.9 Uses new functions to get singular and plural texts.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.10.9 Uses new functions to get singular and plural texts.
src/views/blocks/rsvp/form/form.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.12.0 Add $post_id to filter for hiding opt-outs.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.12.0 Add $post_id to filter for hiding opt-outs.
src/views/blocks/rsvp/form/name.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @version 4.9.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @version 4.9.4
src/views/blocks/rsvp/form/opt-out.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.0 Updated the optout markup and classes used.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.0 Updated the optout markup and classes used.
src/views/blocks/rsvp/form/quantity-input.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.1 Corrected amount of available/remaining tickets. Removed unused `data-remaining` attribute.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.1 Corrected amount of available/remaining tickets. Removed unused `data-remaining` attribute.
src/views/blocks/rsvp/form/quantity-minus.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
src/views/blocks/rsvp/form/quantity-plus.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
src/views/blocks/rsvp/form/quantity.php CHANGED
@@ -5,7 +5,7 @@
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/blocks/rsvp/form/quantity.php
7
  *
8
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 4.9
11
  * @since 4.10.9 Uses new functions to get singular and plural texts.
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/blocks/rsvp/form/quantity.php
7
  *
8
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 4.9
11
  * @since 4.10.9 Uses new functions to get singular and plural texts.
src/views/blocks/rsvp/form/submit-button.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.10.9 Use function for submit button text.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.10.9 Use function for submit button text.
src/views/blocks/rsvp/form/submit-login.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.10.8 Fixed text domain for string.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.10.8 Fixed text domain for string.
src/views/blocks/rsvp/icon-svg.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.10.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.10.4
src/views/blocks/rsvp/icon.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.10.9 Uses new functions to get singular and plural texts.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.10.9 Uses new functions to get singular and plural texts.
src/views/blocks/rsvp/loader-svg.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
src/views/blocks/rsvp/loader.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
src/views/blocks/rsvp/messages/success.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.10.9 Use function for text.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.10.9 Use function for text.
src/views/blocks/rsvp/status.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 5.0.3 Add docblock vars and remove duplicative variables.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 5.0.3 Add docblock vars and remove duplicative variables.
src/views/blocks/rsvp/status/full.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.10.9 Use function for text.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.10.9 Use function for text.
src/views/blocks/rsvp/status/going-icon.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.10.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.10.4
src/views/blocks/rsvp/status/going.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 5.0.3 Add vars to docblock and removed duplicative vars.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 5.0.3 Add vars to docblock and removed duplicative vars.
src/views/blocks/rsvp/status/not-going-icon.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.10.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.10.4
src/views/blocks/rsvp/status/not-going.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @version 4.10.4
@@ -20,7 +20,7 @@
20
  * the instance variable so we can set a new one called $ticket->show_not_going.
21
  *
22
  * Method is located on:
23
- * - https://github.com/moderntribe/event-tickets/blob/9e77f61f191bbc86ee9ec9a0277ed7dde66ba0d8/src/Tribe/RSVP.php#L1130
24
  *
25
  * For now we need to access directly the value of the meta field in order to render this field.
26
  */
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @version 4.10.4
20
  * the instance variable so we can set a new one called $ticket->show_not_going.
21
  *
22
  * Method is located on:
23
+ * - https://github.com/the-events-calendar/event-tickets/blob/9e77f61f191bbc86ee9ec9a0277ed7dde66ba0d8/src/Tribe/RSVP.php#L1130
24
  *
25
  * For now we need to access directly the value of the meta field in order to render this field.
26
  */
src/views/blocks/tickets.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.9
13
  * @since 4.10.8 Updated loading logic for including a renamed template.
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.9
13
  * @since 4.10.8 Updated loading logic for including a renamed template.
src/views/blocks/tickets/commerce/fields-edd.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
src/views/blocks/tickets/commerce/fields-tpp.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
src/views/blocks/tickets/commerce/fields-woo.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
src/views/blocks/tickets/commerce/fields.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
src/views/blocks/tickets/content-description.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
src/views/blocks/tickets/content-inactive.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.1 Updated message to use tribe_get_ticket_label_plural() for "Tickets" string
14
  * @version 4.12.1
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.1 Updated message to use tribe_get_ticket_label_plural() for "Tickets" string
14
  * @version 4.12.1
src/views/blocks/tickets/content-title.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
src/views/blocks/tickets/content.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
src/views/blocks/tickets/extra-available-quantity.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.11.1 Corrected amount of available/remaining tickets.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.11.1 Corrected amount of available/remaining tickets.
src/views/blocks/tickets/extra-available-unlimited.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @deprecated 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @deprecated 4.11.0
src/views/blocks/tickets/extra-available.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.11.1 Corrected amount of available/remaining tickets.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.11.1 Corrected amount of available/remaining tickets.
src/views/blocks/tickets/extra-price.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.3 Updated code comments and array formatting.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.3 Updated code comments and array formatting.
src/views/blocks/tickets/extra.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.1 Changed some HTML class names.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.1 Changed some HTML class names.
src/views/blocks/tickets/footer-quantity.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.11.0
14
  * @version 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.11.0
14
  * @version 4.11.0
src/views/blocks/tickets/footer-total.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.11.0
14
  * @since 4.11.3 Updated code comments.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.11.0
14
  * @since 4.11.3 Updated code comments.
src/views/blocks/tickets/footer.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.11.0
14
  * @since 4.12.0 Prevent potential errors when $provider_obj is not valid.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.11.0
14
  * @since 4.12.0 Prevent potential errors when $provider_obj is not valid.
src/views/blocks/tickets/icon-svg.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @deprecated 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @deprecated 4.11.0
src/views/blocks/tickets/icon.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @deprecated 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @deprecated 4.11.0
src/views/blocks/tickets/item-inactive.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
src/views/blocks/tickets/item.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.0 Add modal only fields
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.0 Add modal only fields
src/views/blocks/tickets/opt-out-hidden.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.11.0
14
  * @since 4.11.3 Ensure we always show the optout by default.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.11.0
14
  * @since 4.11.3 Ensure we always show the optout by default.
src/views/blocks/tickets/quantity-add.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
src/views/blocks/tickets/quantity-number.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.10.8 Tweaked logic for unlimited maximum quantity allowed.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.10.8 Tweaked logic for unlimited maximum quantity allowed.
src/views/blocks/tickets/quantity-remove.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
src/views/blocks/tickets/quantity-unavailable.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @version 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @version 4.11.0
src/views/blocks/tickets/quantity.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.1 Corrected amount of available/remaining tickets.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.11.1 Corrected amount of available/remaining tickets.
src/views/blocks/tickets/registration/attendee/content.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
src/views/blocks/tickets/registration/attendee/fields.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.9.4
src/views/blocks/tickets/registration/attendee/fields/checkbox.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.10.2 Use md5() for field name slugs
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.10.2 Use md5() for field name slugs
src/views/blocks/tickets/registration/attendee/fields/radio.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.10.2 Use md5() for field name slugs
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 4.10.2 Use md5() for field name slugs
src/views/blocks/tickets/registration/attendee/fields/select.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @version 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @version 4.11.0
src/views/blocks/tickets/registration/attendee/fields/text.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
src/views/blocks/tickets/registration/attendee/submit.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.11.0
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.11.0
14
  *
src/views/blocks/tickets/registration/content.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 5.0.3 Add `event-tickets` class to the wrapper.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 5.0.3 Add `event-tickets` class to the wrapper.
src/views/blocks/tickets/registration/summary/content.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
src/views/blocks/tickets/registration/summary/ticket-icon.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @deprecated 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @deprecated 4.11.0
src/views/blocks/tickets/registration/summary/ticket-price.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 5.0.2 Fix template path in documentation block.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 5.0.2 Fix template path in documentation block.
src/views/blocks/tickets/registration/summary/ticket-quantity.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @version 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @version 4.11.0
src/views/blocks/tickets/registration/summary/ticket-title.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
src/views/blocks/tickets/registration/summary/ticket.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
src/views/blocks/tickets/registration/summary/tickets.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @version 4.11.0
src/views/blocks/tickets/registration/summary/title.php CHANGED
@@ -9,7 +9,7 @@
9
  *
10
  * See more documentation about our Blocks Editor templating system.
11
  *
12
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
13
  *
14
  * @since 4.9.3
15
  * @since 4.10.9 Uses new functions to get singular and plural texts.
9
  *
10
  * See more documentation about our Blocks Editor templating system.
11
  *
12
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
13
  *
14
  * @since 4.9.3
15
  * @since 4.10.9 Uses new functions to get singular and plural texts.
src/views/blocks/tickets/submit-button-modal.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.11.0
14
  * @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.11.0
14
  * @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
src/views/blocks/tickets/submit-button.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  * @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
src/views/blocks/tickets/submit-login.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9.3
14
  *
src/views/blocks/tickets/submit.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 5.0.3.1 Fix call to class that may not be active if ET+ has not fully met it's requirements.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.9
14
  * @since 5.0.3.1 Fix call to class that may not be active if ET+ has not fully met it's requirements.
src/views/components/notice.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @version 4.12.0
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @version 4.12.0
13
  *
src/views/modal/item-total.php CHANGED
@@ -5,7 +5,7 @@
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/modal/item-total.php
7
  *
8
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 4.11.0
11
  * @since 4.11.3 Updated code comments.
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/modal/item-total.php
7
  *
8
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 4.11.0
11
  * @since 4.11.3 Updated code comments.
src/views/modal/registration-js.php CHANGED
@@ -5,7 +5,7 @@
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/modal/registration-js.php
7
  *
8
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 4.11.0
11
  * @since 4.11.3 Reformat a bit of the code around the button - no functional changes.
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/modal/registration-js.php
7
  *
8
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 4.11.0
11
  * @since 4.11.3 Reformat a bit of the code around the button - no functional changes.
src/views/registration-js/attendees/content.php CHANGED
@@ -5,7 +5,7 @@
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/registration-js/attendees/content.php
7
  *
8
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 4.11.0
11
  * @since 5.0.3 Updated template link.
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/registration-js/attendees/content.php
7
  *
8
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 4.11.0
11
  * @since 5.0.3 Updated template link.
src/views/registration-js/content.php CHANGED
@@ -5,7 +5,7 @@
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/registration-js/content.php
7
  *
8
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 4.11.0
11
  * @since 4.11.3.1 Fix handling where $provider is an object.
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/registration-js/content.php
7
  *
8
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 4.11.0
11
  * @since 4.11.3.1 Fix handling where $provider is an object.
src/views/registration-js/mini-cart.php CHANGED
@@ -5,7 +5,7 @@
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/registration-js/mini-cart.php
7
  *
8
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 4.11.0
11
  * @since 4.12.0 Prevent potential errors when $provider_obj is not valid.
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/registration-js/mini-cart.php
7
  *
8
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 4.11.0
11
  * @since 4.12.0 Prevent potential errors when $provider_obj is not valid.
src/views/registration/attendees/content.php CHANGED
@@ -5,7 +5,7 @@
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/registration/attendees/content.php
7
  *
8
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 4.9
11
  * @since 4.10.1 Update template paths to add the "registration/" prefix
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/registration/attendees/content.php
7
  *
8
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 4.9
11
  * @since 4.10.1 Update template paths to add the "registration/" prefix
src/views/registration/content.php CHANGED
@@ -5,7 +5,7 @@
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/registration/content.php
7
  *
8
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @deprecated 4.11.0 Starting with version 4.12.3, loading this file will cause errors.
11
  *
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/registration/content.php
7
  *
8
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @deprecated 4.11.0 Starting with version 4.12.3, loading this file will cause errors.
11
  *
src/views/tickets/email.php CHANGED
@@ -36,7 +36,7 @@
36
  * is_purchaser => 1
37
  * ticket_exists => 1
38
  *
39
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
40
  *
41
  * @since 4.0
42
  * @since 4.5.11 Ability to remove display of event date.
36
  * is_purchaser => 1
37
  * ticket_exists => 1
38
  *
39
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
40
  *
41
  * @since 4.0
42
  * @since 4.5.11 Ability to remove display of event date.
src/views/tickets/orders.php CHANGED
@@ -6,7 +6,7 @@
6
  *
7
  * @package TribeEventsCalendar
8
  *
9
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
10
  *
11
  * @since 4.7.4
12
  * @since 4.10.2 Only show Update button if ticket has meta.
6
  *
7
  * @package TribeEventsCalendar
8
  *
9
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
10
  *
11
  * @since 4.7.4
12
  * @since 4.10.2 Only show Update button if ticket has meta.
src/views/v2/components/icons/error.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @version 4.12.3
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @version 4.12.3
13
  *
src/views/v2/components/icons/guest.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @version 4.12.3
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @version 4.12.3
13
  *
src/views/v2/components/icons/paper-plane.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @version 4.12.3
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @version 4.12.3
13
  *
src/views/v2/components/loader/loader.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 5.0.4 Update template to use icons from Tribe Common.
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 5.0.4 Update template to use icons from Tribe Common.
13
  *
src/views/v2/day/event/cost.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
src/views/v2/list/event/cost.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
src/views/v2/map/event-cards/event-card/actions/cost.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
src/views/v2/month/calendar-body/day/calendar-events/calendar-event/tooltip/cost.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
src/views/v2/month/mobile-events/mobile-day/mobile-event/cost.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
src/views/v2/photo/event/cost.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
src/views/v2/rsvp-kitchen-sink.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.12.3
13
  *
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.12.3
13
  *
src/views/v2/rsvp-kitchen-sink/ari.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
src/views/v2/rsvp-kitchen-sink/default-full.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
src/views/v2/rsvp-kitchen-sink/default-must-login.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
src/views/v2/rsvp-kitchen-sink/default-no-description.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
src/views/v2/rsvp-kitchen-sink/default-unlimited.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
src/views/v2/rsvp-kitchen-sink/default.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
src/views/v2/rsvp-kitchen-sink/form-going.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
src/views/v2/rsvp-kitchen-sink/form-not-going.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
src/views/v2/rsvp-kitchen-sink/success.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
13
  *
src/views/v2/rsvp.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.12.3
13
  *
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.12.3
13
  *
src/views/v2/rsvp/actions.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var string|null $step The step the views are on.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var string|null $step The step the views are on.
src/views/v2/rsvp/actions/full.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
src/views/v2/rsvp/actions/rsvp.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
src/views/v2/rsvp/actions/rsvp/going.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var bool $must_login Whether the user has to login to RSVP or not.
14
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var bool $must_login Whether the user has to login to RSVP or not.
14
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
src/views/v2/rsvp/actions/rsvp/not-going.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var bool $must_login Whether the user has to login to RSVP or not.
14
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
@@ -22,7 +22,7 @@
22
  * the instance variable so we can set a new one called $ticket->show_not_going.
23
  *
24
  * Method is located on:
25
- * - https://github.com/moderntribe/event-tickets/blob/9e77f61f191bbc86ee9ec9a0277ed7dde66ba0d8/src/Tribe/RSVP.php#L1130
26
  *
27
  * For now we need to access directly the value of the meta field in order to render this field.
28
  */
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var bool $must_login Whether the user has to login to RSVP or not.
14
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
22
  * the instance variable so we can set a new one called $ticket->show_not_going.
23
  *
24
  * Method is located on:
25
+ * - https://github.com/the-events-calendar/event-tickets/blob/9e77f61f191bbc86ee9ec9a0277ed7dde66ba0d8/src/Tribe/RSVP.php#L1130
26
  *
27
  * For now we need to access directly the value of the meta field in order to render this field.
28
  */
src/views/v2/rsvp/actions/success.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @version 4.12.3
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @version 4.12.3
src/views/v2/rsvp/actions/success/title.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @version 5.0.0
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @version 5.0.0
src/views/v2/rsvp/actions/success/toggle.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var boolean $opt_in_toggle_hidden The order status of the RSVP that was made.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var boolean $opt_in_toggle_hidden The order status of the RSVP that was made.
src/views/v2/rsvp/actions/success/tooltip.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
src/views/v2/rsvp/ari.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @since 5.0.0 Added form information to implement the ARi dynamic functionality.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @since 5.0.0 Added form information to implement the ARi dynamic functionality.
src/views/v2/rsvp/ari/form.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var WP_Post|int $post_id The post object or ID.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var WP_Post|int $post_id The post object or ID.
src/views/v2/rsvp/ari/form/error.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 5.0.0
13
  *
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 5.0.0
13
  *
src/views/v2/rsvp/ari/form/fields.php CHANGED
@@ -5,7 +5,7 @@
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/v2/rsvp/ari/form/fields.php
7
  *
8
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
11
  * @var int $post_id The post ID the RSVP is linked to.
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/v2/rsvp/ari/form/fields.php
7
  *
8
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
11
  * @var int $post_id The post ID the RSVP is linked to.
src/views/v2/rsvp/ari/form/fields/email.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.0
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.0
14
  *
src/views/v2/rsvp/ari/form/fields/meta.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 5.0.0
13
  * @since 5.0.3 Updated to use the has_meta_enabled logic check and removed the old filter.
7
  *
8
  * See more documentation about our Blocks Editor templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 5.0.0
13
  * @since 5.0.3 Updated to use the has_meta_enabled logic check and removed the old filter.
src/views/v2/rsvp/ari/form/fields/name.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.0
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.0
14
  *
src/views/v2/rsvp/ari/form/template/fields.php CHANGED
@@ -5,7 +5,7 @@
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/v2/rsvp/ari/form/template/fields.php
7
  *
8
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 5.0.0
11
  * @since 5.0.3 Updated to use the has_meta_enabled logic check and removed the old filter.
5
  * Override this template in your own theme by creating a file at:
6
  * [your-theme]/tribe/tickets/v2/rsvp/ari/form/template/fields.php
7
  *
8
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
9
  *
10
  * @since 5.0.0
11
  * @since 5.0.3 Updated to use the has_meta_enabled logic check and removed the old filter.
src/views/v2/rsvp/ari/sidebar.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
src/views/v2/rsvp/ari/sidebar/quantity/input.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var bool $must_login Whether the user has to login to RSVP or not.
14
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var bool $must_login Whether the user has to login to RSVP or not.
14
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
src/views/v2/rsvp/ari/sidebar/quantity/minus.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
src/views/v2/rsvp/ari/sidebar/quantity/plus.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
src/views/v2/rsvp/content.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var string|null $step The step the views are on.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var string|null $step The step the views are on.
src/views/v2/rsvp/details.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
src/views/v2/rsvp/details/attendance.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
src/views/v2/rsvp/details/availability.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
src/views/v2/rsvp/details/availability/days-to-rsvp.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
src/views/v2/rsvp/details/availability/full.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
src/views/v2/rsvp/details/availability/remaining.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var int $threshold The threshold.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var int $threshold The threshold.
src/views/v2/rsvp/details/availability/unlimited.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
src/views/v2/rsvp/details/description.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
src/views/v2/rsvp/details/title.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  *
src/views/v2/rsvp/form/buttons.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
src/views/v2/rsvp/form/fields.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
src/views/v2/rsvp/form/fields/cancel.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
src/views/v2/rsvp/form/fields/email.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @since 5.0.0 Updated the input name used for submitting data.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @since 5.0.0 Updated the input name used for submitting data.
src/views/v2/rsvp/form/fields/name.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @since 5.0.0 Updated the input name used for submitting.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @since 5.0.0 Updated the input name used for submitting.
src/views/v2/rsvp/form/fields/submit.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
src/views/v2/rsvp/form/form.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @since 5.0.0 Updated the input name used for submitting.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @since 5.0.0 Updated the input name used for submitting.
src/views/v2/rsvp/form/going/title.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @version 4.12.3
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @version 4.12.3
src/views/v2/rsvp/form/not-going/title.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @version 4.12.3
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  * @version 4.12.3
src/views/v2/rsvp/form/title.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 4.12.3
14
  *
src/views/v2/rsvp/messages/error.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var string|array $error_message The error message(s).
14
  *
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var string|array $error_message The error message(s).
14
  *
src/views/v2/rsvp/messages/must-login.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var bool $must_login Whether the user has to login to RSVP or not.
14
  * @var string $login_url The login URL.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var bool $must_login Whether the user has to login to RSVP or not.
14
  * @var string $login_url The login URL.
src/views/v2/rsvp/messages/success.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var string|null $step The step the views are on.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var string|null $step The step the views are on.
src/views/v2/rsvp/messages/success/going.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var null|bool $is_going Whether the user confirmed for going or not-going.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var null|bool $is_going Whether the user confirmed for going or not-going.
src/views/v2/rsvp/messages/success/not-going.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var null|bool $is_going Whether the user confirmed for going or not-going.
8
  *
9
  * See more documentation about our Blocks Editor templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object.
14
  * @var null|bool $is_going Whether the user confirmed for going or not-going.
src/views/v2/tickets.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 5.0.3
13
  *
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 5.0.3
13
  *
src/views/v2/tickets/commerce/fields.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/commerce/fields/tribe-commerce.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/footer.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/footer/quantity.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/footer/return-to-cart.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/footer/total.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/content.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/content/description-toggle.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/content/description.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/content/inactive.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/content/title.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/extra.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/extra/available.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/extra/available/quantity.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/extra/available/unlimited.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/extra/description-toggle.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/extra/price.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/inactive.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/opt-out.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/quantity-mini.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/quantity.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/quantity/add.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/quantity/number.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/quantity/remove.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/item/quantity/unavailable.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/items.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/notice.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/opt-out/hidden.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/submit.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/submit/button.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/submit/must-login.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/tickets/title.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
8
  *
9
  * See more documentation about our views templating system.
10
  *
11
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
12
  *
13
  * @since 5.0.3
14
  *
src/views/v2/week/grid-body/events-day/event/tooltip/cost.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
src/views/v2/week/mobile-events/day/event/cost.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
- * @link https://m.tri.be/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
7
  *
8
  * See more documentation about our views templating system.
9
  *
10
+ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
11
  *
12
  * @since 4.10.9
13
  * @version 4.12.0
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit1fb11c675d2f4b36fac2fa701cf41b1b::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit2d6697d2034bf4bbc962e68d06e4920c::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit1fb11c675d2f4b36fac2fa701cf41b1b
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit1fb11c675d2f4b36fac2fa701cf41b1b
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit1fb11c675d2f4b36fac2fa701cf41b1b', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit1fb11c675d2f4b36fac2fa701cf41b1b', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
- call_user_func(\Composer\Autoload\ComposerStaticInit1fb11c675d2f4b36fac2fa701cf41b1b::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit2d6697d2034bf4bbc962e68d06e4920c
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit2d6697d2034bf4bbc962e68d06e4920c', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit2d6697d2034bf4bbc962e68d06e4920c', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
+ call_user_func(\Composer\Autoload\ComposerStaticInit2d6697d2034bf4bbc962e68d06e4920c::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit1fb11c675d2f4b36fac2fa701cf41b1b
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'T' =>
@@ -50,9 +50,9 @@ class ComposerStaticInit1fb11c675d2f4b36fac2fa701cf41b1b
50
  public static function getInitializer(ClassLoader $loader)
51
  {
52
  return \Closure::bind(function () use ($loader) {
53
- $loader->prefixLengthsPsr4 = ComposerStaticInit1fb11c675d2f4b36fac2fa701cf41b1b::$prefixLengthsPsr4;
54
- $loader->prefixDirsPsr4 = ComposerStaticInit1fb11c675d2f4b36fac2fa701cf41b1b::$prefixDirsPsr4;
55
- $loader->classMap = ComposerStaticInit1fb11c675d2f4b36fac2fa701cf41b1b::$classMap;
56
 
57
  }, null, ClassLoader::class);
58
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit2d6697d2034bf4bbc962e68d06e4920c
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'T' =>
50
  public static function getInitializer(ClassLoader $loader)
51
  {
52
  return \Closure::bind(function () use ($loader) {
53
+ $loader->prefixLengthsPsr4 = ComposerStaticInit2d6697d2034bf4bbc962e68d06e4920c::$prefixLengthsPsr4;
54
+ $loader->prefixDirsPsr4 = ComposerStaticInit2d6697d2034bf4bbc962e68d06e4920c::$prefixDirsPsr4;
55
+ $loader->classMap = ComposerStaticInit2d6697d2034bf4bbc962e68d06e4920c::$classMap;
56
 
57
  }, null, ClassLoader::class);
58
  }