文件操作 - sidebar.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/sidebar.php
编辑文件内容
<?php use TotalTheme\Sidebars\Primary as Sidebar; /** * Primary sidebar area. * * @package TotalTheme * @subpackage Templates * @version 5.10.1 */ defined( 'ABSPATH' ) || exit; if ( ! class_exists( 'TotalTheme\Sidebars\Primary' ) ) { return; } /** * Hook: wpex_hook_sidebar_before. */ wpex_hook_sidebar_before(); ?> <aside id="sidebar" <?php Sidebar::wrapper_class(); ?>> <?php /** * Hook: wpex_hook_sidebar_top. */ wpex_hook_sidebar_top(); ?> <div id="sidebar-inner" <?php Sidebar::inner_class(); ?>><?php /** * Hook: wpex_hook_sidebar_inner. * * @hooked wpex_display_sidebar - 10 */ wpex_hook_sidebar_inner(); ?></div> <?php /** * Hook: wpex_hook_sidebar_bottom. */ wpex_hook_sidebar_bottom(); ?> </aside> <?php /** * Hook: wpex_hook_sidebar_after. */ wpex_hook_sidebar_after();
修改文件时间
将文件时间修改为当前时间的前一年
删除文件