PluginProbe
Elementor Website Builder – more than just a page builder / 3.32.2
Elementor Website Builder – more than just a page builder v3.32.2
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 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | modules/link-in-bio/classes/render/render-base.php +3 -3 4.1.03.32.2 View file →
@@ -96,9 +96,9 @@
96 96 'src' => esc_url( $image_link_image['url'] ),
97 97 ] );
98 98 ?>
99 99 <img <?php echo $this->widget->get_render_attribute_string( 'image-links-img-' . $key ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> />
100 - <?php } ?>
100 + <?php }; ?>
101 101 </a>
102 102 <?php } ?>
103 103 </div>
104 104 <?php
@@ -196,9 +196,9 @@
196 196 'src' => esc_url( $cta_image['url'] ),
197 197 ] );
198 198 ?>
199 199 <img <?php echo $this->widget->get_render_attribute_string( 'cta-link-image' . $key ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> />
200 - <?php } ?>
200 + <?php }; ?>
201 201 </span>
202 202 <?php endif; ?>
203 203 <span class="e-link-in-bio__cta-text">
204 204 <?php echo esc_html( $cta['cta_link_text'] ); ?>
@@ -426,9 +426,9 @@
426 426 ] );
427 427 ?>
428 428 <img <?php echo $this->widget->get_render_attribute_string( 'identity_image_src' . $image_key ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> />
429 429
430 - <?php } ?>
430 + <?php }; ?>
431 431 <?php
432 432 if ( ! empty( $image['props']['has_shape_divider'] ) ) {
433 433 $this->print_shape_divider();
434 434 }