文件操作 - slider.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/testimonial-free/src/Frontend/Views/templates/slider.php
编辑文件内容
<?php /** * Slider. * * This template can be overridden by copying it to Your theme/testimonial-free/templates/slider.php * * @package Testimonial_Free * @subpackage Testimonial_Free/Frontend */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <div id="sp-testimonial-free-wrapper-<?php echo esc_attr( $post_id ); ?>" class="sp-testimonial-free-wrapper"> <?php if ( $section_title ) { include self::sp_testimonial_locate_template( 'section-title.php' ); } if ( $preloader ) { include self::sp_testimonial_locate_template( 'preloader.php' ); } ?> <div id="sp-testimonial-free-<?php echo esc_attr( $post_id ); ?>" class="sp-testimonial-free-section tfree-style-<?php echo esc_attr( $theme_style ); ?>" dir="<?php echo esc_attr( $slider_direction ); ?>" data-preloader="<?php echo esc_attr( $preloader ); ?>" data-swiper='<?php echo esc_attr( $slider_attr ); ?>' <?php echo wp_kses_post( $the_rtl ); ?>> <div class="swiper-wrapper"> <?php echo $testimonial_items['output']; // phpcs:ignore -- Ignored for video, iframe, audio support. ?> </div> <!-- If we need pagination --> <?php if ( $slider_pagination ) : ?> <div class="swiper-pagination testimonial-pagination"></div> <?php endif; if ( $show_navigation ) : ?> <!-- If we need navigation buttons --> <div class="swiper-button-prev testimonial-nav-arrow <?php echo esc_attr( $navigation_position ); ?>"><i class="fa fa-angle-left"></i></div> <div class="swiper-button-next testimonial-nav-arrow <?php echo esc_attr( $navigation_position ); ?>"><i class="fa fa-angle-right"></i></div> <?php endif; ?> </div> </div>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件