Files
szkoleniauryzaj.pl/wp-content/plugins/password-protect-page/includes/customizers/assets/ppw-upsell-section.js
2026-04-26 23:47:49 +02:00

12 lines
298 B
JavaScript

( function( $, api ) {
api.sectionConstructor['ppwp-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 );