文件操作 - theme-card.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/woocommerce/theme-card.php
编辑文件内容
<?php defined( 'ABSPATH' ) || exit; global $product; if ( empty( $product ) || ! $product->is_visible() ) { return; } $card_args = [ 'style' => wpex_product_entry_card_style(), 'thumbnail_size' => 'shop_catalog', 'post_id' => $product->get_id(), ]; $overlay_style = get_theme_mod( 'woo_entry_card_overlay_style' ); if ( ! empty( $overlay_style ) && 'none' !== $overlay_style ) { $card_args['thumbnail_overlay_style'] = $overlay_style; } ?> <li <?php wc_product_class( '', $product ); ?>> <?php wpex_card( $card_args ); ?> </li>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件