Файловый менеджер - Редактировать - /home/digitalm/birramastro/wp-content/plugins/lt-ext/shortcodes/gallery/view.php
Назад
<?php if ( ! defined( 'ABSPATH' ) ) die( 'Forbidden' ); /** * Gallery Shortcode */ $args = get_query_var('like_sc_gallery'); $class = ''; if ( !empty($args['class']) ) $class .= ' '. esc_attr($args['class']); if ( !empty($args['id']) ) $id = ' id="'. esc_attr($args['id']). '"'; else $id = ''; $list = fw_get_db_post_option( $args['cat'], 'photos' ); $class .= ' '.$args['layout']; if ( !empty($list) ) { echo '<div class="gallery-sc swiper-gallery swiper-container '.esc_attr($class).'">'; echo '<div class="swiper-wrapper">'; ?> <?php foreach ( $list as $item ) : ?> <div class="swiper-slide"> <a href="<?php echo esc_url( $item['url'] ); ?>" class="swipebox photo "> <?php if ( $args['layout'] == 'grid-big' ) { echo wp_get_attachment_image( $item['attachment_id'], 'weisber-gallery-grid-big' ); } else { echo wp_get_attachment_image( $item['attachment_id'], 'weisber-gallery-grid' ); } ?> </a> </div> <?php endforeach; ?> <?php echo '</div> </div>'; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.09 |
proxy
|
phpinfo
|
Настройка