clear wishlist on user logout
-
Good Day,
I would like to enquire if you have a code to clear wishlist items on logout just like this woocommerce code for empty cart on logout?
function log_function_cart() { global $woocommerce; $woocommerce->cart->empty_cart(); } add_action(‘clear_auth_cookie’, ‘log_function_cart’);
Thanks,
hear from you soon.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘clear wishlist on user logout’ is closed to new replies.