Download the PHP package voceconnect/voce-post-meta-date without Composer
On this page you can find all versions of the php package voceconnect/voce-post-meta-date. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download voceconnect/voce-post-meta-date
More information about voceconnect/voce-post-meta-date
Files in voceconnect/voce-post-meta-date
Package voce-post-meta-date
Short Description Extension of Voce Post Meta Plugin to create date meta fields
License GPLv2+
Informations about the package voce-post-meta-date
Voce Post Meta Date
Contributors: markparolisi, voceplatforms
Tags: post, meta, date
Requires at least: 3.5.0
Tested up to: 4.0.0
Stable tag: 2.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description
Extend Voce Post Meta with date/time pickers
Installation
As standard plugin:
See Installing Plugins.
As theme or plugin dependency:
After dropping the plugin into the containing theme or plugin, add the following:
Usage
Basic Example
Options
- ID of another 'date' field to use as a maximum for this field
- ID of another 'date' field to use as a minimum for this field
- Maximum date/time allowed for field (works in conjunction with )
- Minimum date/time allowed for field (works in conjunction with )
- Text to display if no date is set
- Initial default date to set
- Range of year dropdown, as specified here: http://api.jqueryui.com/datepicker/#option-yearRange
Advanced Example
2.1.0 Added 'year_range' argument.
2.0.4 Delete date meta value when one isn't set
2.0.2 Standardizing check for dependencies.
2.0.1 Added check for Voce_Meta_API.
1.2.2
Fixing sanitization function.
1.2.1
Fixing composer dependencies.
1.2
Added sanitization function for return value.
1.1
Added options for max/min date, max/min field, default text, and default value.
1.0
Initial version.