PHPackages                             s3rgiosan/wpcustomize-api-plus - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. s3rgiosan/wpcustomize-api-plus

AbandonedArchivedWordpress-plugin

s3rgiosan/wpcustomize-api-plus
==============================

WordPress Theme Customize Custom Controls.

1.0.0(9y ago)1141GPL-2.0+PHP

Since Mar 2Pushed 9y agoCompare

[ Source](https://github.com/s3rgiosan/wpcustomize-api-plus)[ Packagist](https://packagist.org/packages/s3rgiosan/wpcustomize-api-plus)[ Docs](https://github.com/s3rgiosan/wpcustomize-api-plus)[ RSS](/packages/s3rgiosan-wpcustomize-api-plus/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/368db2ce99d60d64d7039aa210a4b27a71a014c808adf2d60ecd9d377278dfde/68747470733a2f2f706f7365722e707567782e6f72672f73337267696f73616e2f7770637573746f6d697a652d6170692d706c75732f762f737461626c65)](https://packagist.org/packages/s3rgiosan/wpcustomize-api-plus)[![Total Downloads](https://camo.githubusercontent.com/7982a397a91b156953968d48a317e561fcec1ed7caa05f11bf686e22aa269b22/68747470733a2f2f706f7365722e707567782e6f72672f73337267696f73616e2f7770637573746f6d697a652d6170692d706c75732f646f776e6c6f616473)](https://packagist.org/packages/s3rgiosan/wpcustomize-api-plus)[![License](https://camo.githubusercontent.com/1e78f075f0abff76f5227aff33d1a7dcb99fa1d171d08b7d8e7c4f5cb4b14234/68747470733a2f2f706f7365722e707567782e6f72672f73337267696f73616e2f7770637573746f6d697a652d6170692d706c75732f6c6963656e7365)](https://packagist.org/packages/s3rgiosan/wpcustomize-api-plus)[![Codacy Badge](https://camo.githubusercontent.com/c191c9d3e43f4cb556f349ca8f40d28f862ad2278b9db65abb072c5524a8ea57/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6235346164396462623034323439626539363335363734336362333931623965)](https://www.codacy.com/app/s3rgiosan/wpcustomize-api-plus?utm_source=github.com&utm_medium=referral&utm_content=s3rgiosan/wpcustomize-api-plus&utm_campaign=Badge_Grade)[![Code Climate](https://camo.githubusercontent.com/e216b0bfa76df420e864b095f343bebdd8f3f6bfe4f5bbeccbbb3af6c037bcc9/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f73337267696f73616e2f7770637573746f6d697a652d6170692d706c75732f6261646765732f6770612e737667)](https://codeclimate.com/github/s3rgiosan/wpcustomize-api-plus)

Customize API Plus
==================

[](#customize-api-plus)

**Contributors:** [s3rgiosan](https://profiles.wordpress.org/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:**

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

Description
-----------

[](#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](https://github.com/paulund/wordpress-theme-customizer-custom-controls).

So far this collection consists of:

- Date Picker - [jQuery UI Datepicker](http://jqueryui.com/datepicker/)

### Usage

[](#usage)

### Adds a [jQuery UI Datepicker](http://jqueryui.com/datepicker/) control

[](#adds-a-jquery-ui-datepicker-control)

```
$wp_customize->add_control(
    new s3rgiosan\WP\Plugin\Customize\Date\DatePicker(
        $wp_customize,
        'field_id',
        array(
            'type'        => 'date_picker',
            'label'       => 'Date',
            'description' => 'The start date.',
            'input_attrs' => array(
                'placeholder' => 'YYYY-MM-DD',
                'js_opts'     => array(
                    'dateFormat' => 'yy-mm-dd'
                ),
            ),
        )
    )
);
```

Use `js_opts` to pass options to the [jQuery UI Datepicker](http://api.jqueryui.com/datepicker/).

Installation
------------

[](#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

[](#dashboard)

1. Go to the 'Plugins' menu, and choose 'Add New'.
2. Search for 'wpcustomize-api-plus', and then click 'Install Now'.
3. Click 'Activate'.

### FTP

[](#ftp)

1. Download and extract the .zip file.
2. Upload the unzipped folder to the `/wp-content/plugins/` directory.
3. Activate the plugin through the 'Plugins' menu.

### Composer

[](#composer)

`composer require s3rgiosan/wpcustomize-api-plus`

Frequently Asked Questions
--------------------------

[](#frequently-asked-questions)

### Where can I report bugs?

[](#where-can-i-report-bugs)

Bugs can be reported on the [GitHub repository](https://github.com/s3rgiosan/wpcustomize-api-plus/issues).

### How can I contribute?

[](#how-can-i-contribute)

Join in on our [GitHub repository](https://github.com/s3rgiosan/wpcustomize-api-plus) and read our [contribution](https://github.com/s3rgiosan/wpcustomize-api-plus/blob/master/CONTRIBUTING.md) guidelines.

Changelog
---------

[](#changelog)

### 1.0.0

[](#100)

- Initial release.

Upgrade Notice
--------------

[](#upgrade-notice)

### 1.0

[](#10)

Initial release.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3355d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42eed63db46bd6dc4df88e37095ad4f8aeacfcc63f68e7e11c637eb9ec18a652?d=identicon)[s3rgiosan](/maintainers/s3rgiosan)

---

Top Contributors

[![s3rgiosan](https://avatars.githubusercontent.com/u/499982?v=4)](https://github.com/s3rgiosan "s3rgiosan (6 commits)")

---

Tags

wordpresswordpress-pluginpluginwordpresslibrarycustomize

### Embed Badge

![Health badge](/badges/s3rgiosan-wpcustomize-api-plus/health.svg)

```
[![Health](https://phpackages.com/badges/s3rgiosan-wpcustomize-api-plus/health.svg)](https://phpackages.com/packages/s3rgiosan-wpcustomize-api-plus)
```

###  Alternatives

[10up/elasticpress

Supercharge WordPress with Elasticsearch.

1.3k374.3k6](/packages/10up-elasticpress)[sybrew/the-seo-framework

An automated, advanced, accessible, unbranded and extremely fast SEO solution for any WordPress website.

47078.8k](/packages/sybrew-the-seo-framework)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
