Linux 软件免费装
Banner图

The 9 Dollar Menu Valet

开发者 the9dollarplugins
更新时间 2026年4月12日 13:40
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

admin menu admin sidebar menu manager hide menu items reorder menu

下载

1.0

详情介绍:

Take full control of your WordPress admin sidebar — without touching a single line of code. Hide any menu item with a checkbox click, reorder everything via drag & drop, and keep your backend clean and focused. Why you'll actually like it Let's be honest: the WordPress admin sidebar can be a mess. Plugins keep adding their own menu items, custom post types pile up, and suddenly you're scrolling past fifteen things you never use. Menu Valet gives you back control — no CSS hacks, no remove_menu_page() functions in your functions.php, no frustration. Just checkboxes and drag & drop. Core Features — LITE (free) No core files are ever touched. Everything runs through standard WordPress hooks. Safe, clean, reversible.

安装:

  1. Upload the plugin folder to /wp-content/plugins/ or install via the WordPress Plugins screen.
  2. Activate the plugin — the usual way.
  3. Open Menu Valet in your WordPress admin sidebar.
  4. Check items to hide them, drag to reorder them. Done.
That's literally it.

屏幕截图:

  • Table view
  • Sort menus your way

常见问题:

Will hidden menu items be deleted?

No. They are only hidden from the admin interface. The menu items still exist, WordPress still knows about them, and any user with the right permissions can still access them via direct URL. The plugin just tells the sidebar: "don't show this."

Can I hide submenu items individually?

Yes — unless the parent item is hidden. If you hide a parent, all its submenus are automatically hidden too (because there's no parent to attach them to). If the parent is visible, you can hide individual submenus independently.

Can I reorder menu items?

Yes. Drag & drop. Anywhere. Up, down, wherever you want. The order saves instantly via AJAX.

What happens when new plugins add menu items?

They are automatically appended at the bottom of your menu — and they stay visible until you decide to hide or move them. The plugin never assumes you want to auto-hide new things.

Will hidden menu items still be accessible via direct URL?

Yes. Important: this plugin only hides items visually. It does not change user capabilities or block direct URL access. If someone knows the URL (/wp-admin/edit.php?post_type=page), they can still get there. This is by design — Menu Valet is a UI cleaner, not a security or permissions plugin.

I accidentally hid the Menu Valet itself — what do I do?

Oops. Navigate directly to wp-admin/admin.php?page=the-9-dollar-menu-valet. Once you're there, simply uncheck the box for Menu Valet and save. You're back in business.

Can I rename menu and submenu items?

Yes — but only with PRO. Click the "Rename" button on any item, edit the label inline, and hit enter. The original name is always preserved and shown as a tooltip when you hover over the renamed item. So you never forget what it originally was.

Can I adjust the width of the admin sidebar?

Yes — but only with PRO. A live slider lets you set any width from 160 px up to 380 px. Changes apply immediately across the entire WordPress backend. No CSS fiddling, no custom stylesheets.

Does it work with custom post types and third-party plugin menus?

Yes. Every item registered in the WordPress $menu and $submenu globals is supported. That means:

  • WordPress core menu items (Posts, Pages, Comments, etc.)
  • Custom post types (including those from CPT UI or ACF)
  • Plugin menu items (WooCommerce, Yoast, Elementor, you name it)
  • Network admin menu items (if you're on Multisite)

What happens if I deactivate the plugin?

All menu items return to their default state — original order, everything visible. Your settings are preserved in the database, so when you reactivate, everything goes back to how you left it.

What happens if I uninstall the plugin?

Your settings are only deleted if you enabled the "Delete data on uninstall" option in the plugin settings. By default, your menu configuration stays in the database (just in case you reinstall later). If you want a complete wipe, check that box before uninstalling.

Does it work with admin themes or white-labeling plugins?

Generally yes, but it depends. Menu Valet hooks into WordPress at a high priority (late), which means it usually plays nice with other menu-altering plugins. However, if another plugin completely rebuilds the menu from scratch or uses aggressive filtering, conflicts can happen. Test it — 99% of cases work fine.

Is there a REST API?

Yes. Menu Valet includes REST API endpoints for headless or programmatic access. You can:

  • Get the current menu structure
  • Hide/unhide items
  • Reorder items This is primarily for developers who want to sync menu settings across environments or build custom interfaces.

Does it work with the WordPress Toolbar (admin bar)?

No. Menu Valet only affects the admin sidebar (the main left-hand menu). The top admin bar is completely untouched. Different plugin, different problem.

Is this GDPR compliant?

Yes. Menu Valet stores only your menu configuration (which menu items are hidden and their order). No personal user data, no IP addresses, no cookies, no tracking. Just menu settings. = Do I need an API key or an account anywhere? = No. Never. Menu Valet runs entirely on your own server. No external services, no registration, no monthly fees for the LITE version.

更新日志:

1.1 - 2026-04-12 1.0 - 2026-02-22