BACK TO DIRECTORY

Units

by Kyle Phillips

5.0
(1 ratings)

Why Units?

Units provides your users with an intuitive way to choose and display their preferred unit of measurement. The user’s preferred unit of measurement is saved via session, cookie, or none – configurable under the plugin settings.

Any number of primary/alternate units can be added, along with their conversion formulas.

Visit unitswitcher.com for more detailed information.

Using Units

Add primary units under Settings > Units. Alternate units may be added by providing their name and conversion formula. Multiple alternate units may be added for each primary unit.

Use the function unit_switcher($value, $primaryunit, $round) in your template to display the switcher. Pass the stored value as the first parameter and primary unit of measurement as the second value.

To display a single switcher, the shortcode [unit_switcher] is available for use. The shortcode requires two parameters: unit (the primary unit being converted) and value (the stored value).

For more information visit unitswitcher.com.

Important: Unit Switcher requires WordPress version 3.8 or higher, and PHP version 5.3.2 or higher.

More Information

Using the Template Function

unit_switcher($variable, $primaryunit, $round);

Parameters:
* $variable – The stored value (integer or float)
* $primaryunit – The primary unit (the stored value should be stored in this unit)
* $round – Number of digits to round to (default is 2)

Visit unitswitcher.com for more detailed information.

Screenshots

Display a dropdown method for users to toggle between units of measurement.

Display a dropdown method for users to toggle between units of measurement.

Optionally save the user's preference via the session or cookie.

Optionally save the user's preference via the session or cookie.

Add as many units/alternate units as needed.

Add as many units/alternate units as needed.

Plugin Details

Active Installs
10
Total Downloads
2,232
Version
1.0.2
Requires WP
3.8
Requires PHP
Tested Up To
4.3.34
Added
2015-02-24
Last Updated
2015-08-21 2:13am GMT

Ratings

5
1
4
0
3
0
2
0
1
0