コード例 #1
0
 /**
  *	@return WP_reCaptcha
  */
 public static function instance()
 {
     if (is_null(self::$_instance)) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }