{"id":1051482,"date":"2016-01-06T16:09:45","date_gmt":"2016-01-07T00:09:45","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/"},"modified":"2016-01-08T11:53:35","modified_gmt":"2016-01-08T19:53:35","slug":"replacing-the-word-tickets-into-admit-card","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/","title":{"rendered":"Replacing the word &#039;Tickets&#039; into &#039;Admit Card&#039;"},"content":{"rendered":"<p>Hi Team,<\/p>\n<p>We are an educational institute, so we don&#8217;t want to use the words tickets to join our class. So as per <a href=\"https:\/\/theeventscalendar.com\/knowledgebase\/change-the-wording-of-any-bit-of-text-or-string\/\">the article<\/a> I replaced &#8216;Tickets&#8217; as &#8216;Admit Card&#8217; .<\/p>\n<p>Code below didn&#8217;t work, Did I make any mistake?<\/p>\n<p>\/*<br \/>\n * EXAMPLE OF CHANGING ANY TEXT (STRING) IN THE EVENTS CALENDAR<br \/>\n * See the codex to learn more about WP text domains:<br \/>\n * http:\/\/codex.wordpress.org\/Translating_WordPress#Localization_Technology<br \/>\n * Example Tribe domains: &#8216;tribe-events-calendar&#8217;, &#8216;tribe-events-calendar-pro&#8217;&#8230;<br \/>\n *\/<br \/>\nfunction tribe_custom_theme_text ( $translations, $text, $domain ) {<\/p>\n<p>\t\/\/ Put your custom text here in a key =&gt; value pair<br \/>\n\t\/\/ Example: &#8216;Text you want to change&#8217; =&gt; &#8216;This is what it will be changed to&#8217;<br \/>\n\t\/\/ The text you want to change is the key, and it is case-sensitive<br \/>\n\t\/\/ The text you want to change it to is the value<br \/>\n\t\/\/ You can freely add or remove key =&gt; values, but make sure to separate them with a comma<br \/>\n\t\/\/ This example changes the label &#8220;Venue&#8221; to &#8220;Location&#8221;, and &#8220;Related Events&#8221; to &#8220;Similar Events&#8221;<br \/>\n\t$custom_text = array(<br \/>\n\t\t&#8216;Tickets&#8217; =&gt; &#8216;Admit Card&#8217;,<br \/>\n\t\t&#8216;Related %s&#8217; =&gt; &#8216;Similar %s&#8217;,<br \/>\n\t);<\/p>\n<p>\t\/\/ If this text domain starts with &#8220;tribe-&#8220;, and we have replacement text<br \/>\n\tif(strpos($domain, &#8216;tribe-&#8216;) === 0 &amp;&amp; array_key_exists($text, $custom_text) ) {<br \/>\n\t\t$text = $custom_text[$text];<br \/>\n\t}<\/p>\n<p>\treturn $text;<br \/>\n}<br \/>\nadd_filter(&#8216;gettext&#8217;, &#8216;tribe_custom_theme_text&#8217;, 20, 3);<\/p>\n","protected":false},"template":"","class_list":["post-1051482","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Replacing the word &#039;Tickets&#039; into &#039;Admit Card&#039; -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Replacing the word &#039;Tickets&#039; into &#039;Admit Card&#039; -\" \/>\n<meta property=\"og:description\" content=\"Hi Team, We are an educational institute, so we don&#8217;t want to use the words tickets to join our class. So as per the article I replaced &#8216;Tickets&#8217; as &#8216;Admit Card&#8217; . Code below didn&#8217;t work, Did I make any mistake? \/* * EXAMPLE OF CHANGING ANY TEXT (STRING) IN THE EVENTS CALENDAR * See [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/\" \/>\n<meta property=\"article:modified_time\" content=\"2016-01-08T19:53:35+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/\",\"name\":\"Replacing the word &#039;Tickets&#039; into &#039;Admit Card&#039; -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2016-01-07T00:09:45+00:00\",\"dateModified\":\"2016-01-08T19:53:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Ticket Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Event Tickets Plus\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/event-tickets-plus\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Replacing the word &#039;Tickets&#039; into &#039;Admit Card&#039;\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Replacing the word &#039;Tickets&#039; into &#039;Admit Card&#039; -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/","og_locale":"en_US","og_type":"article","og_title":"Replacing the word &#039;Tickets&#039; into &#039;Admit Card&#039; -","og_description":"Hi Team, We are an educational institute, so we don&#8217;t want to use the words tickets to join our class. So as per the article I replaced &#8216;Tickets&#8217; as &#8216;Admit Card&#8217; . Code below didn&#8217;t work, Did I make any mistake? \/* * EXAMPLE OF CHANGING ANY TEXT (STRING) IN THE EVENTS CALENDAR * See [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/","article_modified_time":"2016-01-08T19:53:35+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/","name":"Replacing the word &#039;Tickets&#039; into &#039;Admit Card&#039; -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2016-01-07T00:09:45+00:00","dateModified":"2016-01-08T19:53:35+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/replacing-the-word-tickets-into-admit-card\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Ticket Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/"},{"@type":"ListItem","position":4,"name":"Event Tickets Plus","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/event-tickets-plus\/"},{"@type":"ListItem","position":5,"name":"Replacing the word &#039;Tickets&#039; into &#039;Admit Card&#039;"}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1051482","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":1,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1051482\/revisions"}],"predecessor-version":[{"id":1052119,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1051482\/revisions\/1052119"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1051482"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}