WP Manifestindependent plugin directory
manifest / themes / wpcustomize-api-plus

Customize API Plus archived

A collection of custom controls you can use in your WordPress theme customizer.

by Sérgio Santos · github.com/s3rgiosan/wpcustomize-api-plus · website

1stars
14composer installs
1forks

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/s3rgiosan/wpcustomize-api-plus/archive/refs/heads/master.zip

Also on Packagist as s3rgiosan/wpcustomize-api-plus:

composer require s3rgiosan/wpcustomize-api-plus

Declares an update source (https://github.com/s3rgiosan/wpcustomize-api-plus), so updates arrive through the plugin's own updater.

From the readme

Customize API Plus # 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 jsopts 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 ### 1. Go to the 'Plugins' menu, and choose 'Add New'. 2. Search for 'wpcustomize-api-plus', and then click 'Install Now'. 2. Click 'Activate'. FTP ### 1. Download and extract the .zip file. 2. Upload the unzipped folder to the /wp-content/plugins/ directory. 3. Acti

Read the full README on GitHub →