文件操作 - simple_5.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/cards/simple/simple_5.php
编辑文件内容
<?php defined( 'ABSPATH' ) || exit; $html = ''; $html .= $this->get_title( [ 'class' => 'wpex-heading wpex-text-lg', ] ); $html .= '<div class="wpex-card-meta wpex-mt-5 wpex-text-3 wpex-child-inherit-color wpex-last-mr-0">'; $html .= $this->get_author( [ 'html_tag' => 'span', 'prefix' => esc_html( 'by', 'total' ) . ' ', 'class' => 'wpex-inline-block wpex-mr-5', 'link_class' => 'wpex-underline wpex-decoration-current', ] ); $html .= $this->get_date( [ 'html_tag' => 'span', 'prefix' => esc_html( 'on', 'total' ) . ' ', 'class' => 'wpex-inline-block wpex-mr-5', ] ); $html .= '</div>'; return $html;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件