0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
wp-content
/
themes
/
di-ecommerce
/
assets
/
js
/
[
Home
]
File: customizer.js
(function( $ ) { // Site title. wp.customize( 'blogname', function( value ) { value.bind( function( to ) { $( '.site-name-pr' ).text( to ); }); }); // Site description. wp.customize( 'blogdescription', function( value ) { value.bind( function( to ) { $( '.site-description-pr' ).text( to ); }); }); // } )( jQuery );