jQuery(window).load(function (){ ( function( $ ) { /* * Links to different sections in the Customizer * Just create a link like this: link */ $('body').on('click', 'a[data-section]', function(event) { wp.customize.section( $(this).attr( 'data-section' ) ).focus(); }); } )( jQuery ); });