Pinned Loading
-
-
social-share
social-share PublicShare your content over Facebook, Twitter, LinkedIn, WhatsApp, Pinterest, and over WordPress
CSS
-
Redirect customer after login or reg...
Redirect customer after login or register to shop page 1<?php
2add_filter('woocommerce_registration_redirect', 'custom_registration_redirect');
3add_filter('woocommerce_login_redirect', 'custom_login_redirect', 10, 2);
45function custom_login_redirect($redirect_to, $user) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.