protected static function get_instance()
 {
     if (self::$instance === null) {
         self::$instance = new ThietkewebShortcode();
     }
     return self::$instance;
 }