first commit

This commit is contained in:
2023-09-08 01:45:46 -07:00
commit 8cbf53172b
108 changed files with 29005 additions and 0 deletions

7
js/customize-controls.js Normal file
View File

@ -0,0 +1,7 @@
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; }
} );