Get a default value of the Customizer setting using wp.customize API (JS)

It would make sense for the default value to be available via: wp.customize.instance( ‘slug_awesome_title’ ).default Or equivalently: wp.customize( ‘slug_awesome_title’ ).default However, I can see the default is simply not getting exported from PHP to JS. I can see that this is going to be needed in core also when client-side templating replaces server-side rendering of … Read more