Range Slider Addon for ACF

Range Slider Addon for ACF Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 155 downloads
Range Slider Addon for ACF Icon

Try plugin: Range Slider Addon for ACF

We'll create fresh WordPress site with Range Slider Addon for ACF installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About 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.

0


0


0


0


0

updated: 1 year ago
since: 1 year ago
author: Galaxy Weblinks

Description

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.

For any Feedback and Queries please contact [email protected]

Access the range values from an array.
For example-
1. To get range array
get_field(‘field_name’);

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

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