Title: wpneo7's Replies | WordPress.org

---

# wpneo7

  [  ](https://wordpress.org/support/users/wpneo7/)

 *   [Profile](https://wordpress.org/support/users/wpneo7/)
 *   [Topics Started](https://wordpress.org/support/users/wpneo7/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wpneo7/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wpneo7/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wpneo7/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wpneo7/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wpneo7/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] How to hide LScache button](https://wordpress.org/support/topic/how-to-hide-lscache-button/)
 *  Thread Starter [wpneo7](https://wordpress.org/support/users/wpneo7/)
 * (@wpneo7)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/how-to-hide-lscache-button/#post-13647817)
 * Replaced the code with single quotes and it worked perfectly 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] Hide Diamond Menu from toolbar](https://wordpress.org/support/topic/hide-diamond-menu-from-toolbar/)
 *  [wpneo7](https://wordpress.org/support/users/wpneo7/)
 * (@wpneo7)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/hide-diamond-menu-from-toolbar/#post-13647815)
 * Replaced the code with single quotes and it worked perfectly 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] How to hide LScache button](https://wordpress.org/support/topic/how-to-hide-lscache-button/)
 *  Thread Starter [wpneo7](https://wordpress.org/support/users/wpneo7/)
 * (@wpneo7)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/how-to-hide-lscache-button/#post-13647430)
 * Code provided by the user is not working, Adding it into theme’s functions.php
   file is not feasible option, what if user switches the theme.
 * With MU-plugin file, we tested with another test plugin, we were able to hide“
   Yoast SEO” plugin top toolbar menu button using –
 * $wp_admin_bar->remove_menu(‘wpseo-menu’);
 * but it is not working with LSC – $wp_admin_bar->remove_menu(‘litespeed-menu’);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] Hide Diamond Menu from toolbar](https://wordpress.org/support/topic/hide-diamond-menu-from-toolbar/)
 *  [wpneo7](https://wordpress.org/support/users/wpneo7/)
 * (@wpneo7)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/hide-diamond-menu-from-toolbar/#post-13647380)
 * With MU-plugin file we were able to hide “Yoast SEO” plugin top toolbar menu 
   button using –
 * $wp_admin_bar->remove_menu(‘wpseo-menu’);
 * but it is not working with LSC – $wp_admin_bar->remove_menu(‘litespeed-menu’);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] Hide Diamond Menu from toolbar](https://wordpress.org/support/topic/hide-diamond-menu-from-toolbar/)
 *  [wpneo7](https://wordpress.org/support/users/wpneo7/)
 * (@wpneo7)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/hide-diamond-menu-from-toolbar/#post-13647312)
 * We’re using mu-plugins file to hide LSCache options, using remove_menu_page(‘
   litespeed’);
    We were able to hide the “LiteSpeed Cache” on the left side WP 
   dashboard.
 * Above code is not working if we use it in mu-plugins file to hide diamond menu
   from toolbar. Adding it into theme’s functions.php file is not feasible option,
   what if user switches the theme.
 * How to hide LSC diamond button from top toolbar menu through mu-plugins file ?
   Any help would be greatly appreciated, thank you!
    -  This reply was modified 5 years, 7 months ago by [wpneo7](https://wordpress.org/support/users/wpneo7/).

Viewing 5 replies - 1 through 5 (of 5 total)