文件操作 - icon-box_5.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/cards/icon-box/icon-box_5.php
编辑文件内容
<?php defined( 'ABSPATH' ) || exit; $html = ''; if ( $this->has_link() ) { $html .= $this->get_link_open( array( 'class' => 'wpex-card-inner wpex-flex wpex-flex-col wpex-flex-grow wpex-justify-center wpex-surface-1 wpex-p-40 wpex-border-2 wpex-border-gray-200 wpex-border-solid wpex-text-center wpex-text-3 wpex-no-underline wpex-transition-all wpex-duration-300 wpex-hover-border-accent wpex-hover-text-accent', ) ); } else { $html .= '<div class="wpex-card-inner wpex-flex wpex-flex-col wpex-flex-grow wpex-justify-center wpex-surface-1 wpex-p-40 wpex-border-2 wpex-border-gray-200 wpex-border-solid wpex-text-center wpex-no-underline wpex-text-3">'; } // Icon $html .= $this->get_icon( array( 'link' => false, 'size' => 'sm', 'class' => 'wpex-text-accent wpex-mb-10', ) ); // Title $html .= $this->get_title( array( 'link' => false, 'class' => 'wpex-heading wpex-font-medium wpex-text-lg wpex-inherit-color', ) ); if ( $this->has_link() ) { $html .= $this->get_link_close(); } else { $html .= '</div>'; } return $html;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件