modified file themes

This commit is contained in:
2024-10-09 12:47:35 +00:00
committed by Gitium
parent db85936315
commit 9cbc2cb832
142 changed files with 37145 additions and 0 deletions

View File

@ -0,0 +1,12 @@
( function( $, api ) {
api.sectionConstructor['gp-upsell-section'] = api.Section.extend( {
// No events for this type of section.
attachEvents: function () {},
// Always make the section active.
isContextuallyActive: function () {
return true;
}
} );
} )( jQuery, wp.customize );