Version 1.5.0 breaks WooCommerce checkout
-
I just updated the plugin to version 1.5.0. In version 1.5.0, the function
wp_admin_no_show_admin_redirect
gets hooked toadmin_init
, instead ofadmin_head
. This breaks the checkout in WooCommerce.In order to reproduce the error, follow these steps:
1. Install WordPress 4.2.2.
2. Activate the Twenty-Fifteen theme (any other theme can be used though).
3. Activate only the WooCommerce and WP Admin No Show plugins.
4. In the WooCommerce store, add a product to the cart and proceed to the checkout page.
5. In checkout, notice how the payment methods never become available.Replacing the hook
admin_init
toadmin_head
fixes the issue.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Version 1.5.0 breaks WooCommerce checkout’ is closed to new replies.