PluginProbe
Elementor Website Builder – more than just a page builder / 3.4.3
Elementor Website Builder – more than just a page builder v3.4.3
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← All changes | includes/controls/groups/image-size.php +1 -1 3.4.2 → 3.4.3 View file →
@@ -152,9 +152,9 @@
152 152 * is null. If not defined uses image size key
153 153 * as the image key.
154 154 */
155 155 public static function print_attachment_image_html( array $settings, $image_size_key = 'image', $image_key = null ) {
156 - echo wp_kses_post( self::get_attachment_image_html( $settings, $image_size_key, $image_key ) );
156 + Utils::print_wp_kses_extended( self::get_attachment_image_html( $settings, $image_size_key, $image_key ), [ 'image' ] );
157 157 }
158 158
159 159 /**
160 160 * Get all image sizes.