arcath/wp-controls

Additional controls for the WordPress theme customizer.

Installs: 84

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Language:JavaScript

2.0.1 2021-03-16 10:59 UTC

This package is auto-updated.

Last update: 2024-03-16 17:34:03 UTC


README

Useful Theme Customizer Controls for WordPress.

Usage

Install from composer with:

composer require arcath/wp-controls

In functions.php make sure you have to load up composer modules.

require_once('vendor/autoload.php');

The controls are provided as Multi_Images_Control and Media_Icons_control.

For More Information see this post.