woocommerce login
-
You might want to add support for woocommerce’s own login hook. Now I have to add in my functions.php `add_action( ‘woocommerce_login_form’, ‘my_social_login’);
function my_social_login(){
do_action(‘login_form’);
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘woocommerce login’ is closed to new replies.