[WordPress] 外掛分享: SMNTCS Show Sale Price Date for WooCommerce

首頁外掛目錄 › SMNTCS Show Sale Price Date for WooCommerce
WordPress 外掛 SMNTCS Show Sale Price Date for WooCommerce 的封面圖片
全新外掛
安裝啟用
★★★★★
5/5 分(1 則評價)
443 天前
最後更新
問題解決
WordPress 5.3+ PHP 5.6+ v1.8 上架:2020-03-20

內容簡介

在購物頁面上顯示 WooCommerce 特價商品的日期。

篩選器

調整日期格式:

add_filter( 'sale_date_format', 'my_custom_sale_date_format' );
function my_custom_sale_date_format() {
return 'r';
}

調整標籤:

add_filter( 'sale_date_label', 'my_custom_sale_date_label' );
function my_custom_sale_date_label() {
return '有效期至';
}<h3>貢獻</h3>

歡迎貢獻。請前往 Github 建立問題或開啟拉取請求。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.8) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「SMNTCS Show Sale Price Date for WooCommerce」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Show WooCommerce sale prices date on shopping page.
Filter
Adjust date format:
add_filter( 'sale_date_format', 'my_custom_sale_date_format' );
function my_custom_sale_date_format() {
return 'r';
}

Adjust label:

add_filter( 'sale_date_label', 'my_custom_sale_date_label' );
function my_custom_sale_date_label() {
return 'Valid until';
}

Contribute

Contributions are always welcome. Simply head over to Github and create an issue or open a pull request.

延伸相關外掛

文章
Filter
Mastodon