remove event reg also
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 8 Feb 2017 20:21:18 +0000 (15:21 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 8 Feb 2017 20:21:18 +0000 (15:21 -0500)
Gaslightify.php

index eb12077..40d2823 100755 (executable)
@@ -4,7 +4,7 @@
 Plugin Name: Gaslightify
 Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
 Description: A gasline to a Wordpress website.
-Version: 1.5.7
+Version: 1.5.8
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 License: Gaslight Media
@@ -35,7 +35,9 @@ function interface_client_safeguard() {
     if ( !current_user_can( 'edit_posts' ) ) {
         ?>
         <style type="text/css">
-            #menu-posts, #menu-comments, #glm_members_admin_dashboard_widget {
+            #menu-posts, #menu-comments,
+            #glm_members_admin_dashboard_widget,
+            #wp-admin-bar-eventregistrations {
                 display: none !important;
             }
         </style>