Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

My account opens on the orders list

Customers who open My account land straight on their orders instead of the dashboard page.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Needs WooCommerce
  • Category WooCommerce
  • Tested with WordPress 7.1, WooCommerce 11.1
PHP
<?php

add_action(
	'template_redirect',
	static function () {
		if ( is_user_logged_in() && is_account_page() && ! is_wc_endpoint_url() ) {
			wp_safe_redirect( wc_get_account_endpoint_url( 'orders' ) );
			exit;
		}
	}
);

In these packs

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.