WP Manifestindependent plugin directory
manifest / content / acf-timezone-picker

Advanced Custom Fields: Timezone

A custom field type for Advanced Custom Fields that allows you to pick from a list of Time Zones

by Beau Watson · github.com/docwatson/acf-timezone-picker · website

23stars
11forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/docwatson/acf-timezone-picker/archive/refs/heads/master.zip

ACF Timezone Field

A simple timezone picker for Advanced Custom Fields


Description

A select box containing all of the timezones according to PHP's DateTime class. Right now, the provided timezones are global, but future updates may accommodate filtering timezones by region (e.g country or continent).

Compatibility

This ACF field type is compatible with:

  • ACF 5 untested
  • ACF 4

Installation

  1. Copy the acf-timezone_picker folder into your wp-content/plugins folder
  2. Activate the Timezone plugin via the plugins admin page
  3. Create a new field via ACF and select the Timezone type (it should appear under the 'choices' menu)
  4. Please refer to the description for more info regarding the field type settings

Changelog

Please see readme.txt for changelog