/* Customizer JS Upsale*/ ( function( api ) { api.sectionConstructor['allinone_upsell'] = api.Section.extend( { // No events for this type of section. attachEvents: function () {}, // Always make the section active. isContextuallyActive: function () { return true; } } ); } )( wp.customize ); jQuery(document).ready(function($){ // Archive Layout Image Control $('.allinone-radio-image-buttenset').each(function(){ id = $(this).attr('id'); $( '[id='+id+']' ).buttonset(); }); });