📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 23:30:30
📂
/ (Root)
/
home
/
apkbfjox
/
stargame.pk
/
wp-content
/
plugins
/
gp-premium
/
copyright
/
functions
/
js
📍 /home/apkbfjox/stargame.pk/wp-content/plugins/gp-premium/copyright/functions/js
🔄 Refresh
✏️
Editing: customizer.js
Writable
/** * Theme Customizer enhancements for a better user experience. * * Contains handlers to make Theme Customizer preview reload changes asynchronously. */ ( function( $ ) { // Update the site title in real time... wp.customize( 'generate_copyright', function( value ) { value.bind( function( newval ) { if ( $( '.copyright-bar' ).length ) { $( '.copyright-bar' ).html( newval ); } else { $( '.inside-site-info' ).html( newval ); } } ); } ); }( jQuery ) );
💾 Save Changes
❌ Cancel