PluginProbe ʕ •ᴥ•ʔ
Spider Elements – Premium Elementor Widgets & Addons Library / 1.6.5
Spider Elements – Premium Elementor Widgets & Addons Library v1.6.5
trunk 1.0.0 1.1.0 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.7.0 1.8.0 1.9.0
spider-elements / widgets / templates / integration / integration-1.php
spider-elements / widgets / templates / integration Last commit date
integration-1.php 1 year ago integration-2.php 1 year ago
integration-1.php
19 lines
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit; // Exit if accessed directly.
4 }
5 ?>
6 <div class="big-circle ezd -rounded-circle ezd-position-relative ezd-d-flex ezd-align-items-center ezd-justify-content-center ms-lg-5">
7 <?php
8 if ( ! empty( $integration_item ) ) {
9 foreach ( $integration_item as $item ) {
10 if ( ! empty( $item['integration_image']['id'] ) ) { ?>
11 <div class="brand-icon icon_01 ezd-rounded-circle ezd-d-flex ezd-align-items-center ezd-justify-content-center">
12 <?php spel_dynamic_image( $item['integration_image'], 'full', [ 'class' => 'lazy-img' ] ) ?>
13 </div>
14 <?php
15 }
16 }
17 }
18 ?>
19 </div>