=== Navcrate Menu Manager ===
Contributors: devpansuriya
Donate link: https://github.com/sponsors/theunwindfront
Tags: menus, nav menu, bulk edit, menu items, navigation
Requires at least: 5.8
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Bulk-manage menu items inside the built-in WordPress menu editor: multi-select delete, open-in-new-tab, and move or copy items between menus.

== Description ==

**Navcrate Menu Manager** adds a bulk-action toolbar to WordPress's own menu editor. Managing large navigation menus in **Appearance → Menus** normally means editing one item at a time — WordPress core has no way to delete, retarget, or move several items at once. This plugin fixes that.

When you open a menu, every item gets a checkbox and a toolbar appears above the list, letting you:

* **Select all / deselect all** items with one click.
* **Expand all / collapse all** item panels at once.
* **Delete** every selected item in a single action.
* **Open in new tab / same tab** — toggle `target="_blank"` on all selected items.
* **Move to another menu** — move selected items (with their sub-item hierarchy) into a different menu.
* **Copy to another menu** — duplicate selected items into another menu, leaving the originals untouched.

Everything happens inside the native editor. The plugin adds no new admin pages, stores no custom tables, and makes no external HTTP requests.

= Privacy =

This plugin does not collect, store, or transmit any personal data, and it does not contact any third-party services.

= Developed by =

Built and maintained by [Sagar Pansuriya](https://sagarpansuriya.in/).

== Installation ==

1. Upload the `navcrate-menu-manager` folder to the `/wp-content/plugins/` directory, or install the plugin through the **Plugins → Add New** screen in WordPress.
2. Activate the plugin through the **Plugins** screen.
3. Go to **Appearance → Menus**, open a menu, and use the bulk-item toolbar above the item list.

== Frequently Asked Questions ==

= Does this change or replace the default menu editor? =

No. It augments the native editor. All built-in functionality remains; the plugin only adds a checkbox to each item and a toolbar above the list.

= What happens to sub-items when I move or copy items? =

Parent/child relationships between selected items are preserved. If you select a child item but not its parent, the child becomes a top-level item in the destination menu.

= Do I need to click "Save Menu" after a bulk action? =

No. Bulk item actions apply immediately and the editor refreshes to show the result.

= Does the plugin send any data to external servers? =

No. All processing happens on your own site. The plugin makes no external requests and collects no data.

= What capability is required to use it? =

The same capability WordPress requires to manage menus: `edit_theme_options` (Administrators by default).

== Screenshots ==

1. The bulk-item toolbar above the native menu editor, with a checkbox on every menu item.
2. Choosing a destination menu to move or copy the selected items.

== Changelog ==

= 1.0.0 =
* Initial release: bulk item delete, select/expand/collapse all, open-in-new-tab, and move/copy items between menus — all inside the native menu editor.

== Upgrade Notice ==

= 1.0.0 =
Initial release.
