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
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.zipReadme
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:
- Go to Appearance → Customize in your admin panel
- Open the Customizer help section (the question mark icon near the Saved button)
- Select panels and sections to hide

The Customizer customizer.
Installation
Upload
- Download the latest release from GitHub.
- 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.
- Upload the zipped archive.
- Click the Activate Plugin link after installation completes.
Manual
- Download the latest release from GitHub.
- Unzip the archive.
- Copy the folder to
/wp-content/plugins/. - 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.