Remove customizer starter (#2904)

This commit is contained in:
Ben Word
2021-12-19 09:19:09 -06:00
committed by GitHub
parent 83ced2339c
commit 09234d21f0
4 changed files with 1 additions and 51 deletions

View File

@@ -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));
});