Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-content
/
plugins
/
gp-premium
/
library
/
customizer
/
controls
/
js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
( function( $, api ) { api.controlConstructor[ 'gp-copyright' ] = api.Control.extend( { ready() { var control = this; $( '.gp-copyright-area', control.container ).on( 'change keyup', function() { control.setting.set( $( this ).val() ); } ); }, } ); }( jQuery, wp.customize ) );