php 推车式的functions.php
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 推车式的functions.php相关的知识,希望对你有一定的参考价值。
function woocommerce_cart_link() {
global $woocommerce;
?>
<a href="<?php echo esc_url($woocommerce->cart->get_cart_url()); ?>" title="<?php echo sprintf(_n('%d item', '%d items', $woocommerce->cart->cart_contents_count, 'woothemes'), $woocommerce->cart->cart_contents_count);?> <?php _e('in your shopping cart', 'woothemes'); ?>" class="cart-button ">
<span class="label"><?php esc_html_e('My Basket:', 'woothemes'); ?></span>
<?php echo esc_html($woocommerce->cart->get_cart_total()); ?>
<span class="items"><?php echo sprintf(_n('%d item', '%d items', $woocommerce->cart->cart_contents_count, 'woothemes'), $woocommerce->cart->cart_contents_count); ?></span>
</a>
<?php
}
以上是关于php 推车式的functions.php的主要内容,如果未能解决你的问题,请参考以下文章
手机检测php代码functions.php中的Innerhtml
php functions.php中的主题自定义php代码
functions.php 被siteLock-php-injector 感染了如何清理呢? [关闭]
php 【WordPress的】的functions.php
php 的functions.php
php 的functions.php