Skip to content

Set the default endpoint

The default endpoint is where members land when they open My Account without a specific tab in the URL.

  1. Open the General tab under WB Plugins > Woo My Account.
  2. Set Default endpoint to any endpoint in the menu. Custom endpoints can be the default, not only the WooCommerce dashboard.
  3. Save.

The default endpoint selector lists endpoint-type items only. Groups, links and the Log out item are not offered as a landing page.

  • 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.

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.