[WordPress] 外掛分享: Range Slider Addon for ACF

首頁外掛目錄 › Range Slider Addon for ACF
60+
安裝啟用
尚無評分
348 天前
最後更新
問題解決
WordPress 4.9+ PHP 7.4+ v1.4 上架:2023-09-13

內容簡介

總結:
- 這個外掛程式提供後台選項,可以將範圍滑桿作為 ACF 欄位添加。
- 可以選擇最小和最大數字來設定範圍。
- 請注意:Range Slider Addon for ACF 是建立在 Advanced Custom Fields 之上的。此外掛程式需要 ACF 外掛程式才能運作,請確保已安裝並啟用 ACF。
- 如有任何意見和問題,請聯繫 [email protected]

問題與答案:
- 如何獲取範圍陣列?
答:使用 get_field('field_name');
- 如何獲取最小範圍值?
答:使用 get_field('field_name')['min'];
- 如何獲取最大範圍值?
答:使用 get_field('field_name')['max'];

外掛標籤

開發者團隊

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

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Range Slider Addon for ACF」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

This plugin provides an option in the backend to add a number range slider as an ACF field. It allow to set range by selecting min and max number.
Important Note: Range Slider Addon for ACF is built on top of Advanced Custom Fields. This plugin requires ACF plugin to function. Make sure you have ACF installed and activated.
Access the range values from an array.
For example-
1. To get range array
get_field(‘field_name’);

To get range min value
get_field(‘field_name’)[‘min’];

To get range Max value
get_field(‘field_name’)[‘max’];

Here’s a link to the documentation for the plugin. This will help you learn more about its features and how to use it.
Documentation
For any feedback or queries regarding this plugin, please contact our Support team.

文章
Filter
Apply Filters
Mastodon