WP Manifestindependent plugin directory
manifest / themes / customizer-customizer

Customizer Customizer archived

A WordPress plugin to allow selected panels and sections to be hidden in the Customizer.

by Cedaro · github.com/cedaro/customizer-customizer · website

6stars
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/cedaro/customizer-customizer/archive/refs/heads/master.zip

Readme

Customizer Customizer

A WordPress plugin to allow selected panels and sections to be hidden in the Customizer.

Contributors: Brady Vercher
Requires: WordPress 4.0+
License: GPL-2.0+

Hide specific sections and panels in the Customizer. Selections are saved on a per-user basis in user meta.

Usage

After installing and activating:

  1. Go to Appearance → Customize in your admin panel
  2. Open the Customizer help section (the question mark icon near the Saved button)
  3. Select panels and sections to hide

Customizer Customizer Screenshot
The Customizer customizer.

Installation

Upload

  1. Download the latest release from GitHub.
  2. Go to the Plugins → Add New screen in your WordPress admin panel and click the Upload button at the top next to the "Add Plugins" title.
  3. Upload the zipped archive.
  4. Click the Activate Plugin link after installation completes.

Manual

  1. Download the latest release from GitHub.
  2. Unzip the archive.
  3. Copy the folder to /wp-content/plugins/.
  4. Go to the Plugins → Installed Plugins screen in your WordPress admin panel and click the Activate link under the Customizer Customizer item.

Read the Codex for more information about installing plugins manually.

Git

Clone this repository in /wp-content/plugins/:

git clone git@github.com:cedaro/customizer-customizer.git

Then go to the Plugins → Installed Plugins screen in your WordPress admin panel and click the Activate link under the Customizer Customizer item.

Read the full README on GitHub →