public static function serve()
 {
     if (!empty(self::$_me)) {
         return false;
     }
     self::$_me = new App_Shortcodes();
     add_action('init', array(self::$_me, 'do_register'));
 }