{"id":1966699,"date":"2025-09-04T09:25:37","date_gmt":"2025-09-04T13:25:37","guid":{"rendered":"https:\/\/theeventscalendar.com\/knowledgebase\/?p=1966699"},"modified":"2026-04-07T12:44:25","modified_gmt":"2026-04-07T16:44:25","slug":"changing-ticket-and-rsvp-labels","status":"publish","type":"post","link":"https:\/\/theeventscalendar.com\/knowledgebase\/changing-ticket-and-rsvp-labels\/","title":{"rendered":"Changing the Terms &#8220;Ticket&#8221; and &#8220;RSVP&#8221;"},"content":{"rendered":"\n<p>By default, The Events Calendar and Event Tickets plugins use the terms \u201cTicket\u201d and \u201cRSVP.\u201d While these are suitable for most scenarios, you may find that other terms better fit the unique needs of your site. This article will show you how to change the default &#8220;Ticket&#8221; and &#8220;RSVP&#8221; labels everywhere on your site.<\/p>\n\n\n\n<p>If you&#8217;re looking to change terms for Events, we have <a href=\"https:\/\/theeventscalendar.com\/knowledgebase\/changing-the-term-events\/\">a separate guide for that here<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-filters\">The Filters<\/h2>\n\n\n\n<p>The Event Tickets plugin uses a set of filters to dynamically generate the labels for &#8220;Ticket&#8221; and &#8220;RSVP.&#8221; The names of these filters are self-explanatory, making it easy to understand their function.<\/p>\n\n\n\n<p>Here are the four filters available for <strong>Tickets<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>tribe_get_ticket_label_singular<\/code><\/li>\n\n\n\n<li><code>tribe_get_ticket_label_singular_lowercase<\/code><\/li>\n\n\n\n<li><code>tribe_get_ticket_label_plural<\/code><\/li>\n\n\n\n<li><code>tribe_get_ticket_label_plural_lowercase<\/code><\/li>\n<\/ul>\n\n\n\n<p>You can apply the same logic to RSVPs by replacing <code>ticket<\/code> with <code>rsvp<\/code> in the filter names.<\/p>\n\n\n\n<p>Remember that these filters are applied after the word has been translated. So if you are on a non-English site, using them will override the translation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-snippets\">Snippets<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-for-tickets\">For Tickets<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; title: ; notranslate\" title=\"\">\n\/\/ Change the singular label from &#039;Ticket&#039; to a custom term.\n\nadd_filter( &#039;tribe_get_ticket_label_singular&#039;, function() {\n\treturn &#039;Your Label&#039;; \/\/ Change this to your desired singular term (e.g., &#039;Seat&#039;).\n} );\n\n\/\/ Change the lowercase singular label from &#039;ticket&#039; to a custom term.\n\nadd_filter( &#039;tribe_get_ticket_label_singular_lowercase&#039;, function() {\n\treturn &#039;your label&#039;; \/\/ Change this to your desired lowercase singular term.\n} );\n\n\/\/ Change the plural label from &#039;Tickets&#039; to a custom term.\n\n\nadd_filter( &#039;tribe_get_ticket_label_plural&#039;, function() {\n\treturn &#039;Your Labels&#039;; \/\/ Change this to your desired plural term (e.g., &#039;Seats&#039;).\n} );\n\n\/\/ Change the lowercase plural label from &#039;tickets&#039; to a custom term.\n\nadd_filter( &#039;tribe_get_ticket_label_plural_lowercase&#039;, function() {\n\treturn &#039;your labels&#039;; \/\/ Change this to your desired lowercase plural term.\n} );\n<\/pre><\/div>\n\n\n<h4 class=\"wp-block-heading\" id=\"h-for-rsvps\">For RSVPs<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; title: ; notranslate\" title=\"\">\n\/\/ Change the singular RSVP label from &#039;RSVP&#039; to a custom term.\n\nadd_filter( &#039;tribe_get_rsvp_label_singular&#039;, function() {\n\treturn &#039;Your Label&#039;; \/\/ Change this to your desired singular term (e.g., &#039;Registration&#039;).\n} );\n\n\/\/ Change the lowercase singular RSVP label from &#039;rsvp&#039; to a custom term.\n\nadd_filter( &#039;tribe_get_rsvp_label_singular_lowercase&#039;, function() {\n\treturn &#039;your label&#039;; \/\/ Change this to your desired lowercase singular term.\n} );\n\n\/\/ Change the plural RSVP label from &#039;RSVPs&#039; to a custom term.\n\nadd_filter( &#039;tribe_get_rsvp_label_plural&#039;, function() {\n\treturn &#039;Your Labels&#039;; \/\/ Change this to your desired plural term (e.g., &#039;Registrations&#039;).\n} );\n\n\/\/ Change the lowercase plural RSVP label from &#039;rsvps&#039; to a custom term.\n\nadd_filter( &#039;tribe_get_rsvp_label_plural_lowercase&#039;, function() {\n\treturn &#039;your labels&#039;; \/\/ Change this to your desired lowercase plural term.\n} );\n<\/pre><\/div>\n\n\n<p><\/p>\n\n\n\n<p>If you need help implementing this custom code on your site, you can learn how to do it in our <a href=\"https:\/\/theeventscalendar.com\/knowledgebase\/best-practices-for-implementing-custom-code-snippets\/\">Using Custom Code Snippets<\/a> guide. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>By default, The Events Calendar and Event Tickets plugins use the terms \u201cTicket\u201d and \u201cRSVP.\u201d While these are suitable for most scenarios, you may find that other terms better fit the unique needs of your site. This article will show you how to change the default &#8220;Ticket&#8221; and &#8220;RSVP&#8221; labels everywhere on your site. If&#8230;<\/p>\n","protected":false},"author":71,"featured_media":1955565,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_swpsp_post_exclude":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"ep_exclude_from_search":false,"footnotes":""},"categories":[24],"tags":[],"stellar-product-taxonomy":[155,161],"class_list":["post-1966699","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-customizing","stellar-product-taxonomy-event-tickets","stellar-product-taxonomy-the-events-calendar"],"acf":[],"taxonomy_info":{"category":[{"value":24,"label":"Customizations"}],"stellar-product-taxonomy":[{"value":155,"label":"Event Tickets"},{"value":161,"label":"The Events Calendar"}]},"featured_image_src_large":["https:\/\/images.theeventscalendar.com\/kb\/uploads\/2023\/02\/social-share-1024x538.png",1024,538,true],"author_info":{"display_name":"Luan Luta","author_link":"https:\/\/theeventscalendar.com\/knowledgebase\/author\/luanluta\/"},"comment_info":0,"category_info":[{"term_id":24,"name":"Customizations","slug":"customizing","term_group":0,"term_taxonomy_id":24,"taxonomy":"category","description":"","parent":0,"count":157,"filter":"raw","term_order":"0","cat_ID":24,"category_count":157,"category_description":"","cat_name":"Customizations","category_nicename":"customizing","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/1966699","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/users\/71"}],"replies":[{"embeddable":true,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/comments?post=1966699"}],"version-history":[{"count":6,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/1966699\/revisions"}],"predecessor-version":[{"id":1968620,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/1966699\/revisions\/1968620"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/media\/1955565"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/media?parent=1966699"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/categories?post=1966699"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/tags?post=1966699"},{"taxonomy":"stellar-product-taxonomy","embeddable":true,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/stellar-product-taxonomy?post=1966699"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}