scaffold_customizer
Generate WordPress Customizer panels, sections, and controls with sanitization, live preview JavaScript, and ServiceProvider registration.
Instructions
Generate WordPress Customizer panel, section, and controls with sanitization, live preview JS, and ServiceProvider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootNamespace | Yes | Plugin root namespace | |
| panelName | Yes | Panel name in PascalCase (e.g., "ThemeOptions") | |
| panelId | Yes | Panel ID (e.g., "theme_options") | |
| textDomain | Yes | Plugin text domain | |
| controls | Yes | Controls as "id:type:label:default" (e.g., "primary_color:color:Primary Color:#3b82f6,site_logo_width:number:Logo Width:200,show_search:checkbox:Show Search:true") |