Set the default endpoint
The default endpoint is where members land when they open My Account without a specific tab in the URL.
Choose it
Section titled “Choose it”- Open the General tab under WB Plugins > Woo My Account.
- Set Default endpoint to any endpoint in the menu. Custom endpoints can be the default, not only the WooCommerce dashboard.
- Save.
The default endpoint selector lists endpoint-type items only. Groups, links and the Log out item are not offered as a landing page.
How the redirect behaves
Section titled “How the redirect behaves”- When a logged-in member opens the account page on the dashboard, the plugin redirects them to the configured default endpoint.
- Detection uses WooCommerce’s own
is_account_page(), so it works on classic-shortcode and block-based account pages alike. - The redirect is role-aware. If the default endpoint is restricted to roles the member does not have, they are not redirected to it; they stay on the standard dashboard. See Role visibility.
Turning the redirect off
Section titled “Turning the redirect off”Developers can disable the default-endpoint redirect entirely by returning true from the wcmp_no_redirect_to_default filter, or change the resolved endpoint with wcmp_default_endpoint. See Filters and actions.

