文件操作 - title_1.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/cards/title/title_1.php
编辑文件内容
<?php defined( 'ABSPATH' ) || exit; if ( function_exists( 'totalthemecore_get_instance_of' ) ) { $post_cards_instance = totalthemecore_get_instance_of( 'Vcex\Post_Cards' ); if ( is_callable( [ $post_cards_instance, 'get_atts' ] ) ) { $post_cards_atts = $post_cards_instance->get_atts(); if ( is_array( $post_cards_atts ) && isset( $post_cards_atts['display_type'] ) && in_array( $post_cards_atts['display_type'], [ 'ul_list', 'ol_list' ] ) ) { return $this->get_element( [ 'class' => 'wpex-heading', 'link' => true, 'content' => $this->get_the_title(), ] ); } } } return $this->get_title( [ 'class' => 'wpex-heading', ] );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件