How to customize the login redirect URL in Delivery Drivers for WooCommerce

20 seconds

By default, when a user with the ‘driver’ role signs into your website, they’re redirected to the Driver Dashboard page.

You can change this redirect URL with this built in filter:

ddwc_driver_dashboard_login_redirect

Add the code snippet below to your theme’s functions.php file and it will change the date format.

https://gist.github.com/robertdevore/bc1a1abaca7135a1a08b701f93596139

Was this article helpful?