~V`JHV``Jt}VJ<~V`K>!S@!S@101`V@VFpxP[~VP`~V``.V0hp0RVpHR~V`4V`>~V`>11 11`VP}VP)?P}V`)? ݀V)q V`P)uVEI?p)RVp`)A VPp)u}V)<~VP)> 1 10W 1ڀVGI?@*p}V`*<`FVP`*eVP*{~V*.oVP*~V*~V*4V*>~VP*>F 1F 1`VVx `,R~V`,p}V,<ڀVFI?(,p}V,<`FVP,eVP,{V,>~Vp,>#111 1 1`VV2`2RsV`p2G`DVPp2`}V2=N~VP2A1VP`2C}V2<~V`2>1$M@;1 1`VV`73RsV`p73G`DVPp63`}V:3=N~VP:3A1VP`:3C}V:3<~V`;3>01$M@>18 1`VVP8R~VP8p}V8<ڀV(8p}V8<ڀV88p}V8<~V8>1$1$1`y1`y1 1 1`VV @P8R~VP`8{`~V`8+VDI?p8R Vp8 }V`8*VDI?08R V8V8>~VP8>y1y1 z1`V@VPT9[~VP`T9`~V`@T9+~VU9>Vkxݰp0X9RVpHX9RVX9>~VpY9>,11,11`V~VPn9@~V`n9@ڀV HI?o9p4VPPo9B4V``o9B}Vpo9<Vpo9>~V`p9>71 H-1H-1(), 'linkParams' => $this->short_link_helper->get_query_params(), 'pluginUrl' => \plugins_url( '', \WPSEO_FILE ), 'wistiaEmbedPermission' => $this->wistia_embed_permission_repository->get_value_for_user( $user_id ), ] ); $this->admin_asset_manager->enqueue_style( 'introductions' ); } /** * Updates the user metadata to have "seen" the introductions. * * @param int $user_id The user ID. * @param array $introductions The introductions. * * @return void */ private function update_user_introductions( $user_id, $introductions ) { $metadata = $this->user_helper->get_meta( $user_id, '_yoast_wpseo_introductions', true ); if ( ! \is_array( $metadata ) ) { $metadata = []; } foreach ( $introductions as $introduction ) { $metadata[ $introduction['id'] ] = true; } $this->user_helper->update_meta( $user_id, '_yoast_wpseo_introductions', $metadata ); } }