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)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的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://cn.wordpress.org/plugins/wp-verify-api/#description)
 * [评价](https://cn.wordpress.org/plugins/wp-verify-api/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/wp-verify-api/#installation)
 * [开发进展](https://cn.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 或更高版本 **
 *  已测试的最高版本为 **5.4.19**
 *  PHP 版本 ** 5.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/wp-verify-api/)
 * 标签
 * [email verification](https://cn.wordpress.org/plugins/tags/email-verification/)
   [One-Time Password](https://cn.wordpress.org/plugins/tags/one-time-password/)
   [otp](https://cn.wordpress.org/plugins/tags/otp/)[verify email](https://cn.wordpress.org/plugins/tags/verify-email/)
 *  [高级视图](https://cn.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/)