`tw6H|0$6uw6VRXR#6uw6{wp P#6Xvw6@]Zǘޘ6vw60<@֡P$68ww6$.0aAxw6=j"Tǘ(aAxw6odp$6yw6ŐSʱy#6zw6`›Ϙ0$6{w62 Joh#6x|w6.z^$6 }w66|r $6sx6IyF߀$6(tx6&LUT#6ux6Pt#6xux6K݌7P#6vx6,ʧ#6wx6w7H#6wx6a0$6Pxx6=@ X$6xx6ַn$6xx6/˥ T_60yx6X\C $6yx6W}5d#6zx6T#6`{x6ZE$6{x64xȍF$6|x6%;U`$6X}x6_EBF$68~x6k`$6~x6/')_2$6x6W2#$6Px64A~H$6x6 NP$60y6y4¯@#60y6—#61y6%FSxW602y6]\62y6AVB#63y6w8K>$6H3y6d0jN63y6e0GܨJ6`4y6}E@#6x5y68e8ဧJ65y6{|;Hi A6y6"g}ۧh&[687y6OfBZ6H:y6ڮf308~6H:y6H Z6H:y6Δe=@#6H:y6qj#6H:y6߫ #6H:y6Q΂#6H:y6Cma@Z6H:y6aZ6H:y6w n#6H:y6Ub|ȶZ6H:y6h (Z6H:y6w]u #6:y66m@Z6:y6zD5Z6:y6b膄#6:y6*u1@#6:y6V4̀Z6:y6>MЋƨ #6:y6)L#6:y6=m `#6:y6eW_#6:y6OZn#6:y6k:9p#6:y6 #6:y60Z6:y6,^~Z6:y6Z:ɲ@#6:y6/5v0Z6:y6HhZ6:y60oy@ؚ#6:y6 Z+6:y6q,P+6:y6 W-:ޠ+6:y6BUw+6:y6`#6:y6Gu@+6(;z6K=艨Z6(;z6)*%#L Z6(;z6Qp\Y#6(;z6RQ6(@Z6(;z6B:77Z6(;z6x>Мv@#6:y6r*6:y6qiŋ*6:y6 rxh6:y6Xj/D~6:y6i3~xQ6:y6~rQ͇#6:y6=1a֊*6:y6_׏*6:y66Ȧi6U-h 768i6M nH2$Api6W*& '0.0' ]; } if ( ! isset( $this->migration_options[ $current_blog_id ] ) ) { $this->migration_options[ $current_blog_id ] = []; } $this->migration_options[ $current_blog_id ][ $name ] = $migration_status; } return $this->migration_options[ $current_blog_id ][ $name ]; } /** * Retrieves the migration option. * * @param string $name The name of the migration. * @param array $migration_status The migration status. * * @return bool True if the status was succesfully updated, false otherwise. */ protected function set_migration_status( $name, $migration_status ) { if ( ! \is_array( $migration_status ) || ! isset( $migration_status['version'] ) ) { return false; } $current_blog_id = \get_current_blog_id(); if ( ! isset( $this->migration_options[ $current_blog_id ] ) ) { $this->migration_options[ $current_blog_id ] = []; } $this->migration_options[ $current_blog_id ][ $name ] = $migration_status; return \update_option( self::MIGRATION_OPTION_KEY . $name, $migration_status ); } }