Priority 20 #2691
This commit is contained in:
parent
12bbf7b3e3
commit
6dadf2fba3
|
@ -248,8 +248,8 @@ add_action( 'wp_login', 'woocommerce_load_persistent_cart', 1, 2 );
|
||||||
* @see woocommerce_checkout_action()
|
* @see woocommerce_checkout_action()
|
||||||
* @see woocommerce_pay_action()
|
* @see woocommerce_pay_action()
|
||||||
*/
|
*/
|
||||||
add_action( 'init', 'woocommerce_checkout_action', 11 );
|
add_action( 'init', 'woocommerce_checkout_action', 20 );
|
||||||
add_action( 'init', 'woocommerce_pay_action', 11 );
|
add_action( 'init', 'woocommerce_pay_action', 20 );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Login and Registration
|
* Login and Registration
|
||||||
|
|
Loading…
Reference in New Issue