This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
cookthebooks-legacy/js/customize-controls.js

8 lines
248 B
JavaScript

wp.customize.sectionConstructor['pressbook-button'] = wp.customize.Section.extend( {
// No events for this type of section.
attachEvents: function() {},
// Always make the section active.
isContextuallyActive: function() { return true; }
} );