Skip to main content

Time Picker field

The Advanced Custom Fields (ACF) Time Picker field is supported in Beaver Themer via a field connection shortcode.

Getting started​

To get started, create your Time Picker field in ACF and use the shortcode to display the Time Picker field on your pages or posts. You can use the shortcode inside any module that supports HTML such as a Header, HTML, Button or Text module.

Shortcode​

Here is an example of the Beaver Themer Time Picker field connection shortcode.

[wpbb post:acf type='time_picker' name='']

The name='' attribute is where you enter your Time Picker field name.

Options Page​

The Beaver Themer Time Picker field connection shortcode also supports Time Picker fields added to the ACF Options page by adding site:acf_option to the field connection shortcode.

[wpbb site:acf_option type='time_picker' name='']