Merge pull request #2691 from dgwatkins/master
Increase priority so that registered taxonomies are available
This commit is contained in:
commit
dca38e9dc5
|
@ -248,8 +248,8 @@ add_action( 'wp_login', 'woocommerce_load_persistent_cart', 1, 2 );
|
|||
* @see woocommerce_checkout_action()
|
||||
* @see woocommerce_pay_action()
|
||||
*/
|
||||
add_action( 'init', 'woocommerce_checkout_action', 10 );
|
||||
add_action( 'init', 'woocommerce_pay_action', 10 );
|
||||
add_action( 'init', 'woocommerce_checkout_action', 11 );
|
||||
add_action( 'init', 'woocommerce_pay_action', 11 );
|
||||
|
||||
/**
|
||||
* Login and Registration
|
||||
|
|
Loading…
Reference in New Issue