Change WordPress Customizer Control Value Programmatically

Since the WordPress Customizer is built using the Underscore.js and Backbone.js libraries, the values of all the customizer controls are not stored in the DOM, but rather in a discrete model. This means that if you use JavaScript to change the value of a control in the DOM, it will look like it has changed visually, […]