D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
proc
/
self
/
cwd
/
wp-content
/
plugins
/
aeen-core
/
elementor
/
image-box
/
Filename :
view-3.php
back
Copy
<?php /** * This file can be overridden by copying it to yourtheme/elementor-custom/about-box/view.php * * @author RadiusTheme * @since 1.0 * @version 1.0 */ namespace radiustheme\Aeen_Core; use Elementor\Utils; use Elementor\Group_Control_Background; extract( $data ); ?> <?php if( !empty( $image1['url'] ) ) : $img = wp_get_attachment_image( $image1['id'], 'full' ); ?> <div class="animated-figure"> <div class="translate-right-50 transition-100 opacity-animation transition-delay-100"> <?php echo wp_kses_post( $img ); ?> </div> </div> <?php endif; ?>