area of the theme. * */ // Add Custom Colors add_action('wp_head', 'adsoft_css_colors'); function adsoft_css_colors() { $options = get_option('adsoft_options'); if ( isset($options['adsoft_color_activate']) and $options['adsoft_color_activate'] == 'true' ) { echo ''; } }