diff --git a/includes/front.php b/includes/front.php index a411d97..cb42e40 100644 --- a/includes/front.php +++ b/includes/front.php @@ -494,10 +494,10 @@ public static function get_svg_icon( $meta ) { '', esc_url( wp_get_attachment_url( $meta['icon'] ) ), esc_attr( $classes ), - $image_alt, - $width, - $height, - $style + esc_attr( $image_alt ), + esc_attr( $width ), + esc_attr( $height ), + esc_attr( $style ) ); }