Update to hide the glm associate widget
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 8 Feb 2017 20:18:21 +0000 (15:18 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 8 Feb 2017 20:18:21 +0000 (15:18 -0500)
For non editor or admin roles.

Gaslightify.php

index 068abb4..eb12077 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.6
+Version: 1.5.7
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 License: Gaslight Media
@@ -35,7 +35,7 @@ function interface_client_safeguard() {
     if ( !current_user_can( 'edit_posts' ) ) {
         ?>
         <style type="text/css">
-            #menu-posts, #menu-comments {
+            #menu-posts, #menu-comments, #glm_members_admin_dashboard_widget {
                 display: none !important;
             }
         </style>