Oops.. looks like you’re not logged in!

In order to access our theme and support documents you’ll need to login to your Restored 316 Account!

|

How to remove the Liquid Web Menu from your WordPress Dashboard

A recent update was made to Kadence Pro plugins, adding a new menu item from Liquid Web (the parent company of Kadence) titled “Liquid Web” under the “Dashboard” menu item, top left.

If you’d like to remove this menu item from your dashboard, follow these steps:

  1. Install the WP Code Lite plugin (if you don’t already have it.)
  2. Open “Code Snippets” from your dashboard sidebar.
  3. Click the “Add New” button to add a new snippet.
  4. Hover over “Add Your Custom Code (New Snippet)”
  5. Click the “Add Custom Snippet” button.
  1. Select the “PHP Snippet” option:
  1. Add the title: Remove LiquidWeb Menu from Dashboard.
  2. Copy/paste the code below to the Code Preview field:
add_action( 'admin_menu', function () {
    remove_menu_page( 'lw-software-manager' );
}, 999 );
  1. At the top, click “Inactive” to change to “Active.”
  2. Click “Save Snippet.”

Can’t find the answer to your question?
We are here and happy to help!