', esc_url( get_bloginfo( 'pingback_url' ) ) );
}
}
/*
* Add blogshining css for primary color hook
*/
function get_primary_color(){
return get_theme_mod('blogshining_color_settings');
}
function primary_color() {
echo get_primary_color();
}
add_action( 'wp_head', 'blogshining_customizer_css');
function blogshining_customizer_css()
{
?>