by alexdidit
0 (0 reviews)
Didit Verify
Add identity verification to any WordPress page or WooCommerce checkout using Didit.
Compatible with WP 6.9.4
v0.1.4
Current Version v0.1.4
Updated 1 month ago
Last Update on 12 Mar, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#24,871
—
No change
Active Installs
20+
-25.9%
KW Avg Position
60.7
—
No change
Downloads
306
+2 today
Support Resolved
0%
—
No change
Rating
0%
Review 0 out of 5
0
(0 reviews)
Next Milestone 30
20+
30+
4,149
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
Need 2 more installs to reach 30+
Rank Changes
Current
#24,871
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
0.0
0 reviews
Overall
0%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| kyc | 42 | — | Tag | 1 month ago |
| Identity Verification | 67 | — | Tag | 1 month ago |
| age verification | 73 | — | Tag | 1 month ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 0.1.4
- Last Updated
- Mar 12, 2026
- Requires WP
- 6.0+
- Tested Up To
- 6.9.4
- PHP Version
- 7.4 or higher
- Author
- alexdidit
Support & Rating
- Rating
- ☆ ☆ ☆ ☆ ☆ 0
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,720
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#956
InfiniteWP Client
200K+ installs
#255
Google Analytics for WooCommerce
200K+ installs
#284
FiboSearch – Ajax Search for WooCommerce
100K+ installs
#287
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.