@YD# :^ :6@$ |l@ |@8*ZˏS@f# 7PP@c[q# ,HP@c[q# :`@E@]* |@@O<# 9j*x>_R@@# 6jc&:@Ϛπ |:@ |A@X |@Ps#*F`f>@$Dŀ |@Gvi# 2,J@Gvi# 3DJ@Gvi# 2%[\J@Gvi# :\Ȱ@w |j@W%# ,0q1\>@;G># 2YԚ$X@Z gy# .jE@m} |]&@F^rɀ |) @| |P@Eqq# :G@p |L@Cm! p}+@JH# ,l( @i~# 9|؛b@4KK# 4}rb@4KK# 2s)@@ހ |a@Mt# 9J(7@$a ~b!@ ,# 2 G@ Rn |@J.&# 6FSTް@# 9І)@-{ |Ѱ@h# 1n Ѱ@h# 1 @:v# . Ύ@V/# .5ʔ a@ : ~bj@&^> |:&@k= |y@5 |)H@ߙK |@ ͜# 9@^|@R1# FFK@uĀ |@ |@raf# 3RRlyS!@s/@# ,@s# 2#8*j@߼/# 40@ď# 4S@E # :p@puL# ,nLT@kK# 1vLm@v?b# 4ʫ\t^@$ # 1P%K#@Ԁ |/H@zN# 2@zE |D @d 6 @L# ,[z@Z<ↀ c t@s# .0 ƈt@s# 9B8ƈt@s# .DPƈڨ@GЩ# 6@N |M@6 l# FnD ~M@6 l# ,w\ ~M@6 l# FDst ~M@6 l# :0M@6 l# F#,@q |@HD |:@ |@Q{ |հ@6# 6e˜n8@xpY# F8@xpY# 3GD.o]@ՠX |Ѱ@ː^ |D@5> |6s@aR# 6ˌ0@% |}@:ry |@! |Ͱ@c, |@qS # 49n.@&[# :'Pj:@Da 6"$>@::# 3ж9 ֗@ڹ |w@_=# 43Cx@|# FEU@:2׀ |:@Vq |m@+܀ |%@]wP# &$dl"@8<# 96dDV@)# 4]` @`6V |W@7Hv# 1@?p# 3fu@?&T# ,Q4u@?&T# F֢u@?&T# :b֢u@?&T# 4e֢u@?&T# 6ע @~# , V{հ@y[р k@@Z/ |q@%`b# 344=g@# 6)-g@# 6w0-g@# 6#H-g@# 6 `-g@# 6x-g@# .|Y-g@# .)-g@# .>3-g@# .-g@# .:;-g@# 66-g@# 6 -g@# .u38-g@# 6̒P-g@# 6˒h-g@# .J;-g@# .-g@# 6F-g@# 6D-g@# 69-g@# 6}-g@# .!-g@# ..(-g@# 67@-g@# 6'X-g@# 6$p-g@# 66-g@# 62-g@# 6̸-ߔ@# 1B@݀ |k@Li |/@/# 1>! @! TNTK@E#Aj# 4|zȥ@# 2[P@̨! 6t]@̨# 6X̀]@̨# .p=]]@j)'o |@<# FLyt@k˱ F5@,]# .:L5@,]# .мj@Ϙ= |@*V?# 9uT{W@*V?# 47 @@# /卵@r# .+@׮V# )7%@|]7@Ӫ |*@  |S@c5# 1OX@geB! =:@1π |ð@2۴# .64I8@'m# Fo8@'m# ,ko@Z] |F@r+}# ,@&^# F@gog# 2+9R@Ѕ# 9`Ϩ(@/ |%@# 'd(@giV# :A|rZ@Dn:# 9;>Wݰ@ # 2)U@i+{t# 3G]@, | U@J# :o8@*p# 9'0e8@*p# F_,8@*p# 9`owа@w# FL) @[݀ |@R# 92QL@ ! /V@:# 2 S@Mj! |j@f |@ |tion get_block_wrapper_attributes( $extra_attributes = array() ) { $new_attributes = WP_Block_Supports::get_instance()->apply_block_supports(); if ( empty( $new_attributes ) && empty( $extra_attributes ) ) { return ''; } // This is hardcoded on purpose. // We only support a fixed list of attributes. $attributes_to_merge = array( 'style', 'class', 'id' ); $attributes = array(); foreach ( $attributes_to_merge as $attribute_name ) { if ( empty( $new_attributes[ $attribute_name ] ) && empty( $extra_attributes[ $attribute_name ] ) ) { continue; } if ( empty( $new_attributes[ $attribute_name ] ) ) { $attributes[ $attribute_name ] = $extra_attributes[ $attribute_name ]; continue; } if ( empty( $extra_attributes[ $attribute_name ] ) ) { $attributes[ $attribute_name ] = $new_attributes[ $attribute_name ]; continue; } $attributes[ $attribute_name ] = $extra_attributes[ $attribute_name ] . ' ' . $new_attributes[ $attribute_name ]; } foreach ( $extra_attributes as $attribute_name => $value ) { if ( ! in_array( $attribute_name, $attributes_to_merge, true ) ) { $attributes[ $attribute_name ] = $value; } } if ( empty( $attributes ) ) { return ''; } $normalized_attributes = array(); foreach ( $attributes as $key => $value ) { $normalized_attributes[] = $key . '="' . esc_attr( $value ) . '"'; } return implode( ' ', $normalized_attributes ); }