{"id":1377844,"date":"2017-11-08T05:45:11","date_gmt":"2017-11-08T13:45:11","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/"},"modified":"2017-11-08T05:45:11","modified_gmt":"2017-11-08T13:45:11","slug":"change-ticket-visibility-on-woocommerce-shop-pages-globally","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/","title":{"rendered":"Change Ticket Visibility on WooCommerce shop pages Globally"},"content":{"rendered":"<p>Hi, I want new event tickets to be visible in WooCommerce shop pages.<\/p>\n<p>I tried the code below in my functions.php file, but NEW tickets \/ products are created with visibility set to hide. Can you verify that this code works? I found it in your forums. Also, I do not see any php errors when I run the code.<\/p>\n<p><code>\/*<br \/>\n* The Events Calendar - WooCommerce Tickets - Set Catalog visibility to Catalog\/search for all Tickets<br \/>\n* Alternative Hooks:<br \/>\n* wootickets_after_update_ticket<br \/>\n* wootickets_after_create_ticke<br \/>\n* @version 3.12<br \/>\n*\/<br \/>\nadd_action( 'wootickets_after_save_ticket', 'tribe_events_woo_change_visibility' );<br \/>\nfunction tribe_events_woo_change_visibility( $ticket_ID ) {<\/p>\n<p>\tupdate_post_meta( $ticket_ID, '_visibility', 'visible' );<\/p>\n<p>}<\/code><\/p>\n","protected":false},"template":"","class_list":["post-1377844","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>Change Ticket Visibility on WooCommerce shop pages Globally -<\/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\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Change Ticket Visibility on WooCommerce shop pages Globally -\" \/>\n<meta property=\"og:description\" content=\"Hi, I want new event tickets to be visible in WooCommerce shop pages. I tried the code below in my functions.php file, but NEW tickets \/ products are created with visibility set to hide. Can you verify that this code works? I found it in your forums. Also, I do not see any php errors [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/\" \/>\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\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/\",\"name\":\"Change Ticket Visibility on WooCommerce shop pages Globally -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2017-11-08T13:45:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/#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\":\"Change Ticket Visibility on WooCommerce shop pages Globally\"}]},{\"@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":"Change Ticket Visibility on WooCommerce shop pages Globally -","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\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/","og_locale":"en_US","og_type":"article","og_title":"Change Ticket Visibility on WooCommerce shop pages Globally -","og_description":"Hi, I want new event tickets to be visible in WooCommerce shop pages. I tried the code below in my functions.php file, but NEW tickets \/ products are created with visibility set to hide. Can you verify that this code works? I found it in your forums. Also, I do not see any php errors [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/","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\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/","name":"Change Ticket Visibility on WooCommerce shop pages Globally -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2017-11-08T13:45:11+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-ticket-visibility-on-woocommerce-shop-pages-globally\/#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":"Change Ticket Visibility on WooCommerce shop pages Globally"}]},{"@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\/1377844","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":0,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1377844\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1377844"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}