Plugin Name: Gaslightify
Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
Description: A gasline to a Wordpress website.
-Version: 1.5.4
+Version: 1.5.5
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
License: Gaslight Media
if ( !current_user_can( 'edit_others_posts' ) ) {
?>
<style type="text/css">
- #menu-comments, #menu-posts-glm_coupons, #toplevel_page_glmclientinfo {
+ #menu-comments {
+ display: none !important;
+ }
+ </style>
+ <?php
+ }
+ if ( !current_user_can('edit_glmcoupons') ) {
+ ?>
+ <style type="text/css">
+ #menu-posts-glm_coupons {
+ display: none !important;
+ }
+ </style>
+ <?php
+ }
+ if ( !current_user_can('glmclientinfo_edit_client') ) {
+ ?>
+ <style type="text/css">
+ #toplevel_page_glmclientinfo {
display: none !important;
}
</style>