function wordpress_starter_shortcode($atts)
 {
     return WordPress_Starter::wordpress_starter_shortcode($atts);
 }