Thus far we’ve seen how straightforward it is to handle theme options using Theme Customizer Boilerplate and its hooks. As you perhaps recall, essential step was hooking into ‘thsp_cbp_options_array’ filter hook and passing it array of decisions you have to use in your theme.
I’m sure you’re already accustomed to…