文件操作 - overlay_13.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/cards/overlay/overlay_13.php
编辑文件内容
<?php defined( 'ABSPATH' ) || exit; $this->thumbnail_overlay_style = false; $this->allowed_media = [ 'thumbnail' ]; $has_link = $this->has_link(); $bk = $this->get_breakpoint(); $html = ''; if ( $has_link ) { $html .= $this->get_link_open( [ 'class' => 'wpex-card-inner wpex-relative wpex-flex wpex-flex-col wpex-flex-grow wpex-no-underline wpex-image-hover-parent', 'attributes' => array( 'aria-label' => get_the_title( $this->post_id ), ), ] ); } else { $html .= '<div class="wpex-card-inner wpex-relative wpex-flex wpex-flex-col wpex-flex-grow wpex-image-hover-parent">'; } $html .= $this->get_thumbnail( [ 'link' => false, 'class' => 'wpex-flex wpex-h-100', 'image_class' => 'wpex-h-100 wpex-w-100 wpex-object-cover', ] ); $html .= '<div class="wpex-card-details wpex-' . $bk . '-absolute wpex-bottom-0 wpex-' . $bk . '-inset-x-0 wpex-surface-1 wpex-text-1 wpex-mt-20 wpex-' . $bk . '-m-25 wpex-' . $bk . '-mb-0 wpex-' . $bk . '-p-20 wpex-text-center">'; $html .= $this->get_title( [ 'class' => 'wpex-heading wpex-text-current wpex-text-lg', 'link' => false, ] ); $html .= '</div>'; if ( $has_link ) { $html .= $this->get_link_close(); } else { $html .= '</div>'; } return $html;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件