Plugin info

Total downloads: 997
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/23/2020 (2048 days ago)
Added to WordPress: 5/23/2020 (5 years old)
Minimum WordPress version: 4.6.1
Tested up to WordPress version: 5.4.18
Minimum PHP version: 5.4

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2048 days ago

20/100

Is WP Verify API abandoned?

Possibly abandoned (last update 2048 days ago).

Compatibility

Requires WordPress: 4.6.1
Tested up to: 5.4.18
Requires PHP: 5.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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" : "[email protected]"}

** 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" : "[email protected]","verify" : "53737"}

Features

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

Installation

  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.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

Changelog

No changelog available