{"id":89132,"date":"2014-01-09T00:57:39","date_gmt":"2014-01-09T08:57:39","guid":{"rendered":"http:\/\/tri.be\/support\/forums\/topic\/hideshow-events-to-relevant-roles\/"},"modified":"2014-06-07T08:08:27","modified_gmt":"2014-06-07T15:08:27","slug":"hideshow-events-to-relevant-roles","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hideshow-events-to-relevant-roles\/","title":{"rendered":"Hide\/show events to relevant roles"},"content":{"rendered":"<p>I have a site using Events Calendar Pro and with multiple roles eg RoleA, RoleB, RoleC etc<br \/>\nI would like to categories Events to only show them to certain Roles but have public Events also for instance:<br \/>\nnon registered can see all Public events<br \/>\nRoleC can see category events for Public, RoleA, RoleB and RoleC<br \/>\nRoleB can category events for Public, RoleA and RoleB only<br \/>\nRoleA can see category events for Public, RoleA only<br \/>\nI hope this makes sense, I can see there is a hacked functions to remove events for non registered users but I&#8217;m not sure where to iterate a conditional to check for roles and event categories:<br \/>\n\/\/ Let&#8217;s restrict events to logged in users only<br \/>\nadd_filter(&#8216;pre_get_posts&#8217;, &#8216;restrict_events&#8217;, 100);<\/p>\n<p>function restrict_events($query) {<br \/>\n\t\/\/ Do nothing if the current user is logged in<br \/>\n\t$user = wp_get_current_user();<br \/>\n\tif (isset($user-&gt;ID) and $user-&gt;ID &gt; 0) return;<\/p>\n<p>\t\/\/ We are only interested in event queries<br \/>\n\tif (!isset($query-&gt;query_vars[&#8216;post_type&#8217;]) or $query-&gt;query_vars[&#8216;post_type&#8217;] !== TribeEvents::POSTTYPE) return;<\/p>\n<p>\t\/\/ Remove the results<br \/>\n\tadd_filter(&#8216;the_posts&#8217;, &#8216;wipeout_posts&#8217;, 100);<\/p>\n<p>}<\/p>\n<p>function wipeout_posts($posts) {<\/p>\n<p>\t\/\/ Tidy up first of all<br \/>\n\tremove_filter(&#8216;the_posts&#8217;, &#8216;wipeout_posts&#8217;, 100);<\/p>\n<p>\t\/\/ Return an empty array &#8211; but we could iterate through and be selective about what is removed,<br \/>\n\t\/\/ or inject a stub post or even redirect to a &#8220;Sorry you must be logged in&#8221; page<br \/>\n\treturn array();<br \/>\n}<\/p>\n","protected":false},"template":"","class_list":["post-89132","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>Hide\/show events to relevant roles -<\/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\/hideshow-events-to-relevant-roles\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hide\/show events to relevant roles -\" \/>\n<meta property=\"og:description\" content=\"I have a site using Events Calendar Pro and with multiple roles eg RoleA, RoleB, RoleC etc I would like to categories Events to only show them to certain Roles but have public Events also for instance: non registered can see all Public events RoleC can see category events for Public, RoleA, RoleB and RoleC [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hideshow-events-to-relevant-roles\/\" \/>\n<meta property=\"article:modified_time\" content=\"2014-06-07T15:08:27+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\/hideshow-events-to-relevant-roles\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hideshow-events-to-relevant-roles\/\",\"name\":\"Hide\/show events to relevant roles -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2014-01-09T08:57:39+00:00\",\"dateModified\":\"2014-06-07T15:08:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hideshow-events-to-relevant-roles\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hideshow-events-to-relevant-roles\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hideshow-events-to-relevant-roles\/#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\":\"Calendar Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Events Calendar PRO\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Hide\/show events to relevant roles\"}]},{\"@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":"Hide\/show events to relevant roles -","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\/hideshow-events-to-relevant-roles\/","og_locale":"en_US","og_type":"article","og_title":"Hide\/show events to relevant roles -","og_description":"I have a site using Events Calendar Pro and with multiple roles eg RoleA, RoleB, RoleC etc I would like to categories Events to only show them to certain Roles but have public Events also for instance: non registered can see all Public events RoleC can see category events for Public, RoleA, RoleB and RoleC [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hideshow-events-to-relevant-roles\/","article_modified_time":"2014-06-07T15:08:27+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\/hideshow-events-to-relevant-roles\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hideshow-events-to-relevant-roles\/","name":"Hide\/show events to relevant roles -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2014-01-09T08:57:39+00:00","dateModified":"2014-06-07T15:08:27+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hideshow-events-to-relevant-roles\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/hideshow-events-to-relevant-roles\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hideshow-events-to-relevant-roles\/#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":"Calendar Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/"},{"@type":"ListItem","position":4,"name":"Events Calendar PRO","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/"},{"@type":"ListItem","position":5,"name":"Hide\/show events to relevant roles"}]},{"@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\/89132","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\/89132\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=89132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}