File manager - Edit - /home/theblueo/www/wp-content/plugins/nimbus/vc_templates/nb_image_slider.php
Back
<?php extract( shortcode_atts( array( 'images' => '', 'style' => '', 'col' => '3', 'center' => '', 'class' => '', ), $atts ) ); if ( $images ) : $images = explode(',',$images); ?> <div class="nb-image-slider owl-carousel" data-center="<?php echo esc_attr( $center );?>" data-col="<?php echo esc_attr( $col );?>"> <?php foreach ($images as $images_id): ?> <div class="nb-image-item"> <a href="<?php echo wp_get_attachment_url( $images_id );?>"><img src="<?php echo wp_get_attachment_url( $images_id );?>" alt=""></a> </div> <?php endforeach;?> </div> <?php endif; ?>
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings