[ 'welcomeGuide' => false, 'core/edit-post/pattern-modal' => false, 'pattern-modal' => false, 'edit-post/pattern-modal' => false, 'patternModal' => false, ], 'core/edit-site' => ['welcomeGuide' => false], 'core' => ['enableChoosePatternModal' => false], '_modified' => gmdate('c'), ]; update_user_meta($userId, 'wp_persisted_preferences', $userSettings); // Theme-agnostic "blueprint applied" marker for global-setup.ts. setup.php is // the last blueprint step, so this lands after every other seed. Exposed via // the public /?rest_route=/ JSON root (which echoes blogdescription) so the // poller doesn't need auth. update_option('blogdescription', 'extendify-pw-blueprint-ready');