관리-도구
편집 파일: customize-controls.js
( function( api ) { // Extends our custom "one page" section. api.sectionConstructor['blog-articles'] = api.Section.extend( { // No events for this type of section. attachEvents: function () {}, // Always make the section active. isContextuallyActive: function () { return true; } } ); } )( wp.customize );