Skip to content

Instantly share code, notes, and snippets.

@AmeenJalali
AmeenJalali / functions.php
Last active April 19, 2021 01:58
Redirects to my account page after the customer logged in on any pages except checkout and cart page / WooCommerce
<?php
/*
It improves your WooCommerce website's UX. Useful if you have a login form on all pages (e.g. in the header),
so whenever a customer logged in, he redirects to my-account page,
except on checkout and cart page.
Add it in your theme functions.php file.
*/