function thb_append_theme_customization() { thb_css_start('thb_theme_customization'); thb_theme()->getCustomization()->render(true); // echo get_option(THB_CUSTOMIZATIONS); thb_custom_css(); thb_css_end(); }
<?php header('Content-type: text/css'); echo '/* Theme customizer */' . "\n\n"; echo get_option(THB_CUSTOMIZATIONS); echo "\n\n" . '/* Custom CSS */' . "\n\n"; thb_custom_css();