Download the PHP package s3rgiosan/wpcustomize-api-plus without Composer
On this page you can find all versions of the php package s3rgiosan/wpcustomize-api-plus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package wpcustomize-api-plus
Customize API Plus
Contributors: s3rgiosan
Tags: customize, customizer, library, datepicker
Requires at least: 4.7
Tested up to: 4.7
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A collection of custom controls you can use in your WordPress theme customizer.
Description
A collection of custom controls you can use in your WordPress theme customizer.
This library is based on the awesome work by Paul Underwood.
So far this collection consists of:
- Date Picker - jQuery UI Datepicker
Usage
Adds a jQuery UI Datepicker control
Use js_opts
to pass options to the jQuery UI Datepicker.
Installation
Even though Customize API Plus exists as a plugin, it doesn't do anything by itself, but it does make its classes and functions available so you don't have to include it as a dependency in every single one of your plugins or themes.
Dashboard
- Go to the 'Plugins' menu, and choose 'Add New'.
- Search for 'wpcustomize-api-plus', and then click 'Install Now'.
- Click 'Activate'.
FTP
- Download and extract the .zip file.
- Upload the unzipped folder to the
/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins' menu.
Composer
composer require s3rgiosan/wpcustomize-api-plus
Frequently Asked Questions
Where can I report bugs?
Bugs can be reported on the GitHub repository.
How can I contribute?
Join in on our GitHub repository and read our contribution guidelines.
Changelog
1.0.0
- Initial release.
Upgrade Notice
1.0
Initial release.