'.print_r($abedul_theme_options).'';
// echo '
'.print_r(get_theme_mods()).'
';
// echo 'show title '.abedul_get_options()['show_site_title'].'
';
// echo 'show description '.abedul_get_options()['show_site_description'].'
';
// echo $text_color .'
';
// if ($header_image){
// echo $header_image.'
';} else {echo 'no hay header image
';}
// echo ''.print_r(get_header_textcolor()).'
';
// echo 'site description color '.abedul_get_options()['site_description_color'].'
';
// echo 'title color '.abedul_get_options()['title_color'].'
';
// echo header_image().'
';
// echo get_header_image().'
';
// echo isset( $header_image ).'blu
';
// If no custom options for header are set, let's bail.
if ( ! abedul_get_options() )
return;
// If we get this far, we have custom styles.
?>