Title: WP Verify API
Author: Ali Norouzi
Published: <strong>2020 年 5 月 23 日</strong>
Last modified: 2020 年 5 月 23 日

---

搜尋外掛

![](https://ps.w.org/wp-verify-api/assets/banner-772x250.png?rev=2310595)

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://ps.w.org/wp-verify-api/assets/icon-128x128.png?rev=2310595)

# WP Verify API

 由 [Ali Norouzi](https://profiles.wordpress.org/anorouzi/) 開發

[下載](https://downloads.wordpress.org/plugin/wp-verify-api.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/wp-verify-api/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/wp-verify-api/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/wp-verify-api/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/wp-verify-api/#developers)

 [技術支援](https://wordpress.org/support/plugin/wp-verify-api/)

## 外掛說明

NOTICE : This plugin is used by WordPress developers and can be a bit confusing 
for beginner WordPress users.

This plugin generates a verification code via WordPress API and sends it to the 
specified email.
 You can then check the code entered by the user with the API.

#### Docs & Support

** Generate verification code **

    ```
    example.com/wp-json/wva/v1/email
    ```

Email should be post in JSON format.
 Example :`{"email" : "anorouziiii@gmail.com"}`

** Check verification code **

    ```
    example.com/wp-json/wva/v1/verify
    ```

Email and verification code should be posted in JSON format. if the code is correct
and the expire time is not reached, it will return `true` otherwise it’s `false`
then you can do whatever you want with the result like for OTP, Email Owner verification,
and so on.
 Example :`{"email" : "anorouziiii@gmail.com","verify" : "53737"}`

#### Features

 * API-Based system for generating and check code.
 * Customize expiration time for code.
 * Customize code digits

## 螢幕擷圖

[[

[[

## 安裝方式

 1. Upload the ‘wp-verify-api’ folder to the ‘/wp-content/plugins/’ directory
 2. Activate the WP Verify API plugin through the ‘Plugins’ menu in WordPress
 3. You can change the plugin settings from Settings > WP Verify API menu

#### 1.0.0

 * Initial release.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈WP Verify API〉的開發相關工作。

參與者

 *   [ Ali Norouzi ](https://profiles.wordpress.org/anorouzi/)

[將〈WP Verify API〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/wp-verify-api)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/wp-verify-api/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/wp-verify-api/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/wp-verify-api/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/wp-verify-api/)。

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **6 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 4.6.1 或更新版本 **
 *  已測試相容的 WordPress 版本 **5.4.19**
 *  PHP 版本需求 ** 5.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/wp-verify-api/)
 * 標籤:
 * [email verification](https://tw.wordpress.org/plugins/tags/email-verification/)
   [One-Time Password](https://tw.wordpress.org/plugins/tags/one-time-password/)
   [otp](https://tw.wordpress.org/plugins/tags/otp/)[verify email](https://tw.wordpress.org/plugins/tags/verify-email/)
 *  [進階檢視](https://tw.wordpress.org/plugins/wp-verify-api/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/wp-verify-api/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/wp-verify-api/reviews/)

## 參與者

 *   [ Ali Norouzi ](https://profiles.wordpress.org/anorouzi/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/wp-verify-api/)