Endpoints, groups and links
The Endpoints tab is a drag-and-drop builder for the account menu. It works with three item types.
Endpoint
Section titled “Endpoint”An endpoint is an account page with its own URL and content area. The plugin seeds the WooCommerce defaults (Dashboard, Orders, Downloads, Addresses, Account details, Log out) as endpoints, and you can add your own.
Each endpoint has:
- Slug - the URL-friendly segment (for example
wishlist). Slugs are sanitised withsanitize_title()on save. - Label - the text shown in the menu.
- Icon - an icon class from the bundled set (for example
fa fa-heart). See Layout and style. - CSS class - one or more custom classes added to the menu item.
- Content - custom markup or shortcodes rendered on the endpoint page. See Custom endpoint content.
- Roles - an optional visibility allowlist. See Role visibility.
Custom endpoints are registered as real WooCommerce rewrite endpoints. Saving the builder schedules a rewrite-rules flush (through a 60-second transient) so the new URLs resolve without a 404.
A group is a collapsible parent item. Drag existing endpoints into a group to nest them; the group then shows an expand and collapse control. A group has a label, an icon, a CSS class and a role allowlist. It can be set open or closed by default. In the tab layout groups are always shown expanded.
A link is a menu item that points at any URL, internal or external. A link has a label, an icon, a CSS class, a role allowlist, the target URL, and an open in new tab option.
Reordering and disabling
Section titled “Reordering and disabling”- Drag any row to reorder. The saved order is the front-end order.
- Use the show and hide control to disable a default tab without deleting it.
- Deleting a custom item removes it from the menu (confirmed through an in-admin dialog).

