Does ‘woocommerce_registration_auth_new_customer’ still work?
-
I’m attempting to disable the automatic login post checkout feature in WooCommerce and from what I can see this filter should do the trick:
add_filter( 'woocommerce_registration_auth_new_customer', '__return_false' );
Unfortunately this doesn’t seem to work for me. I’ve setup a staging area using the “Twenty Thirteen” default theme with only WooCommerce and Affirm Payments for WooCommerce installed and this still doesn’t seem to work for me.
Is this filter still active?
EDIT: I also tried disabling Affirm and using only the default Cash on Delivery gateway, still no dice.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Does ‘woocommerce_registration_auth_new_customer’ still work?’ is closed to new replies.