Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ccma
/
wp-content
/
plugins
/
curly-core
/
shortcodes
/
stacked-images
/
templates
/
File Content:
stacked-images.php
<div class="mkdf-stacked-images-holder <?php echo esc_attr($holder_classes); ?>"> <div class="mkdf-si-images"> <?php if (!empty($item_image)) : ?> <?php echo wp_get_attachment_image($item_image, 'full', false, array('class' => 'mkdf-si-first-image')); ?> <?php endif; ?> <?php if (!empty($item_stack_image)): ?> <?php echo wp_get_attachment_image($item_stack_image, 'full', false, array('class' => 'mkdf-si-stack-image')); ?> <?php endif; ?> </div> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
stacked-images.php
519 bytes
0644
N4ST4R_ID | Naxtarrr