![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/askdragao.com/wp-content/themes/fclub/js/ |
/** * "Pro" theme section examples for the customizer by Justin Tadlock Copyright 2016 * Licensed under the GNU GPL, version 2 or later. * Source: https://github.com/justintadlock/trt-customizer-pro */ ( function( api ) { 'use strict'; // Extends our custom "example-1" section. api.sectionConstructor['fclub'] = api.Section.extend( { // No events for this type of section. attachEvents: function () {}, // Always make the section active. isContextuallyActive: function () { return true; } } ); } )( wp.customize );