Theme Customizer – Nested Sections?

There is no core customizer behavior that supports nested sections. However, you can roll your own customizer control which contains its own accordion sections and other controls.

Keep in mind that each control relates to exactly one theme_mod variable, so my suggestion would be to implement a fairly generic control that is collapsible and contain a variety of form elements.

Leave a Comment