File "customize-controls.js"

Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/themes/edufication/inc/customizer/upgrade-to-pro/customize-controls.js
File size: 328 bytes
MIME-type: text/plain
Charset: utf-8

( function( api ) {

	// Extends our custom "edufication" section.
	api.sectionConstructor['edufication'] = api.Section.extend( {

		// No events for this type of section.
		attachEvents: function () {},

		// Always make the section active.
		isContextuallyActive: function () {
			return true;
		}
	} );

} )( wp.customize );