(function ($, wp) { function ResetChildGlobalColor() { if (confirm("Are you sure you want to reset global color settings?")) { wp.customize.instance("blogger_base_first_theme_color").set("#264826"); } } window.ResetChildGlobalColor = ResetChildGlobalColor; })(jQuery, wp);