WordPress Customizer: How can you have multiple active callbacks on one control?
I have the following two Customizer controls that displays a checkbox for showing/hiding content. Each checkbox is followed by an active_callback
that shows/hides the corresponding controls when the checkbox is checked/unchecked.