Remove customizer starter (#2904)
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
/**
|
||||
* This file allows you to add functionality to the Theme Customizer
|
||||
* live preview. jQuery is readily available.
|
||||
*
|
||||
* @see https://codex.wordpress.org/Theme_Customization_API
|
||||
*/
|
||||
|
||||
/**
|
||||
* Change the blog name value.
|
||||
*/
|
||||
wp.customize('blogname', (value) => {
|
||||
value.bind((to) => $('.brand').text(to));
|
||||
});
|
||||
Reference in New Issue
Block a user