Merge pull request #25742 from woocommerce/fix/25651
Run configure for Jetpack plugin before attempting to try_registration.
This commit is contained in:
commit
0dc5c0bcb1
|
@ -2428,6 +2428,8 @@ class WC_Admin_Setup_Wizard {
|
|||
}
|
||||
|
||||
Jetpack::maybe_set_version_option();
|
||||
$jetpack = Jetpack::init();
|
||||
$jetpack->configure();
|
||||
$register_result = Jetpack::try_registration();
|
||||
|
||||
if ( is_wp_error( $register_result ) ) {
|
||||
|
|
Loading…
Reference in New Issue