Didit Verify
by alexdidit 0 (0 reviews)

Didit Verify

Add identity verification to any WordPress page or WooCommerce checkout using Didit.

Didit Verify ranks #16,699 among WordPress.org plugins with 100+ active installations, is #2,201 of 12,302 in the E-commerce category, and was last updated Sep 7, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 6.9.7 (Current: 7.1)
v0.3.1 Current Version v0.3.1
Updated 1 week ago Last Update on 07 Sep, 2026
Refreshed 7 hours ago Last Refreshed on
#2,201 of 12,302 in E-commerce Top 25% by installs Downloads -54.4% this week Actively maintained
View on WordPress.org
Rank
#16,699
No change
Active Installs
100+
+9.9%
KW Avg Position
73.3
1 worse
Downloads
892
+9 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 200

Total Progress 7%
100+ 200+
3,642
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 93 more installs to reach 200+

Rank Changes

16,628 16,708 16,789 16,870 16,950 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026
16,589 16,754 16,918 17,082 17,247 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026
Current #16,699
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 20 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026
0 10 20 30 40 50 60 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Security History

Source: WPVulnerability

No known vulnerabilities on record for Didit Verify. Checked 3 days ago.

TL;DR

AI summary of the plugin's readme

This plugin is for WordPress and WooCommerce site owners who need to verify user identities before granting access to content or completing purchases. It solves identity verification by embedding Didit's verification flow via shortcode or checkout gating, with two integration modes and content-gating tools built in.

  • UniLink integration mode
  • API Session integration mode
  • Modal and embedded display
  • Configurable button appearance
  • Content gating shortcodes
  • WooCommerce checkout verification
  • PHP action and filter hooks
  • Per-user and per-IP rate limiting

Frequently Asked Questions

Common questions about Didit Verify

Sign up at business.didit.me, create a verification workflow and copy the Workflow ID. Then go to API & Webhooks and copy your API Key.
UniLink uses a single shared URL — quick to set up but every visitor uses the same session link. API mode creates a unique verification session per user with full tracking, and keeps your API key secure on the server.
Yes. Use the [didit_verify] shortcode on any page. WooCommerce integration is optional.
Yes. In API mode, the key is stored in the WordPress database and used only in server-to-server calls. It is never included in any HTML or JavaScript sent to the browser.
Vendor data identifies each user in your Didit dashboard. The plugin automatically sends a per-user value based on your chosen mode: WordPress User ID (default) — sends wp-42 User Email — sends the user's email address Custom prefix + User ID — sends e.g. mystore-42 None — omits the field This enables session tracking and aggregation across multiple verifications for the same user.
Wrap any content with the [didit_gate] shortcode: [didit_gate]This content is only for verified users.[/didit_gate] Unverified users see a message and a verification button. Once verified, the content is revealed. You can customize the message: [didit_gate message="Please verify to continue."]Secret content here.[/didit_gate]
Use the [didit_status] shortcode. It shows "Identity Verified" or "Not Verified" for the logged-in user. You can customize all labels: [didit_status verified_text="Verified!" unverified_text="Pending" login_text="Sign in first"]
get_user_meta($user_id, '_didit_verified', true) returns 1 if verified. You can also check _didit_status for the result (Approved, Pending, Declined).
Yes. The plugin fires WordPress actions: didit_verification_completed — when a user completes verification (passes user ID, session ID, status) didit_verification_cancelled — when a user cancels didit_session_created — when a session is created server-side Use add_action() in your theme's functions.php to hook in.
Go to Settings → Didit Verify → Button Appearance. You can change: Button text and success text Background color and text color Border radius (0 = square, 50 = pill) Padding (vertical and horizontal) Font size A live preview updates in real time as you change values. You can also override the text per page: [didit_verify text="Verify Now" success_text="Done!"] The button has CSS class didit-verify-btn (and didit-verified after success) for further styling.

Sign In / Register

You need to sign in or register to use this feature.