Skip to content

Instantly share code, notes, and snippets.

@flowdee
Created May 12, 2026 16:02
Show Gist options
  • Select an option

  • Save flowdee/3c260b345d58c4bfcbeb27ef488e7555 to your computer and use it in GitHub Desktop.

Select an option

Save flowdee/3c260b345d58c4bfcbeb27ef488e7555 to your computer and use it in GitHub Desktop.
Removes the "Liquid Web Software Manager" WordPress admin menu item (lw-software-manager) added by plugins using the StellarWP Harbor library.
add_action( 'admin_menu', function() {
remove_menu_page( 'lw-software-manager' );
}, 999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment