We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a015e commit 07d6fe7Copy full SHA for 07d6fe7
includes/WP_Admin.php
@@ -262,7 +262,7 @@ public static function can_restart_onboarding(): void {
262
$can_restart = get_option( Options::get_option_name( 'can_restart' ), false );
263
264
// If the customer in ineligible for restart don't enqueue scripts
265
- if ( ! $can_restart || !StatusService::is_onboarding_restart_eligible() ) {
+ if ( ! $can_restart || ! StatusService::is_onboarding_restart_eligible() ) {
266
return;
267
}
268
0 commit comments