WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: kitgenix-captcha-for-cloudflare-turnstile (Used by 182 domains)

Kitgenix CAPTCHA for Cloudflare Turnstile

πŸ‘€ Kitgenix πŸ“¦ v1.0.18 πŸ”— Plugin Homepage

Spam is expensive: it wastes time, clogs inboxes, creates fake accounts, and on stores it can lead to abandoned checkout noise and fraudulent activity. Traditional CAPTCHA solutions can also hurt conversions by adding friction.

Cloudflare Turnstile is a modern, privacy-first CAPTCHA alternative designed to reduce friction for real people while still blocking bots.

Kitgenix CAPTCHA for Cloudflare Turnstile is a production-ready Turnstile integration for WordPress that focuses on reliability in real-world setups:
– Server-side token verification (using Cloudflare’s official endpoint)
– Fast, conditional loading (only where needed)
– Support for dynamic/AJAX forms and modern WooCommerce Blocks / Store API checkout
– Security features: replay protection, proxy-aware IP handling, whitelisting, and developer mode (warn-only)

You can enable/disable each integration (and many per-form toggles), choose auto-injection vs shortcode-only placement, customise display and messaging, and use built-in diagnostics and Site Health checks to troubleshoot.

Supported integrations (where Turnstile can be added)

All integrations are enable-able from settings. Many also support Mode: Auto vs Shortcode.

WordPress Core
– Login
– Registration
– Lost password
– Reset password
– Comments (standard WordPress comment forms, including safe handling for comment failures/redirects)

WooCommerce (Classic)
– Checkout
– Product reviews
– My Account login
– My Account registration
– Lost password

WooCommerce Blocks (Store API / Block Checkout)
– UI rendering inside block-based checkout
– Adds token to Store API requests (header and/or extensions payload when available)
– Server-side validation of Store API checkout requests
– Supports β€œshortcode-only mode” behaviour so you can control placement

Easy Digital Downloads (EDD)
– Checkout
– Login
– Register
– Profile editor

Form plugins
– Contact Form 7 (CF7)
– WPForms
– Fluent Forms
– Formidable Forms
– Forminator
– Gravity Forms
– JetFormBuilder
– Jetpack Forms
– Kadence Forms
– Elementor Forms (including popups and AJAX submissions)

Community / forums
– bbPress (topic/reply flows where applicable)
– BuddyPress (flows where applicable)

Core features (site-wide)

Turnstile widget rendering
– Uses Cloudflare’s official Turnstile API script
– Widget options:
– Theme: auto / light / dark
– Size: small / medium / large / normal / flexible
– Appearance: stored as Turnstile β€œappearance” option (defaults to always)
– Language: auto or explicit locale (passed via hl=...)

Settings & admin experience
– Settings page under the shared Kitgenix WP admin menu
– Live β€œtest widget” preview on the settings screen (renders when a Site Key is present)
– Site Key + Secret Key storage (secret not printed in HTML by default)
– β€œReveal secret key” (admins only, nonce-protected AJAX action)

Messaging & UX
– Custom error message (admin-configurable, used across integrations)
– Extra message text (optional text displayed alongside/under the widget)
– β€œDisable submit until completed” option (frontend behaviour via plugin JS)

Replay protection (enabled by default)
– Detects re-used tokens (hash stored in transients) and blocks replays
– TTL is filterable
– Stores hashed token markers under the transient prefix kitgenix_captcha_for_cloudflare_turnstile_ts_
– Sets a short-lived cookie (kitgenix_captcha_for_cloudflare_turnstile_ts_replay, ~120s) when replay is detected (for frontend behaviour/messages)
– Dedicated replay message (filterable)

Developer mode (warn-only)
– Verification failures do not block submissions
– Failures are logged (and emitted via a developer log action)
– Optional inline warning annotation for admins (frontend config)

Whitelisting (skip Turnstile + skip loading API script)
– Whitelist logged-in users
– Whitelist by IP (exact, wildcards, CIDR β€” including IPv6)
– Whitelist by User-Agent (substring or wildcard matching)
– Filter hook to override whitelist decision

Proxy / real-IP handling
– Optional trust of proxy headers (Cloudflare / X-Forwarded-For style)
– Trusted proxy IP list / trust controls
– Forwarded headers are only honoured when the request originates from a trusted proxy

Performance & resilience
– Conditional script loading only where needed
– Async/strategy-based script loading (depending on WP version)
– Adds resource hints (preconnect / dns-prefetch) for Turnstile domain
– Detects duplicate Turnstile API loaders (if another plugin/theme enqueues api.js):
– Stores detection in the transient kitgenix_turnstile_duplicate_scripts
– Shows admin notice on settings and Plugins screen
– Includes dismiss link (nonce-protected, uses kitgenix_captcha_for_cloudflare_turnstile_ts_dismiss_dupe=1)

Site Health + diagnostics
– Adds a Site Health test: β€œCloudflare Turnstile readiness”
– Checks:
– Keys present
– Duplicate API loader transient (kitgenix_turnstile_duplicate_scripts)
– Last verification success/failure snapshot
– Heuristic warning if common optimisation/caching plugins are active
– Stores the last verify outcome (success, time, error codes) for Site Health display
– Tracks privacy-safe counters in kitgenix_captcha_for_cloudflare_turnstile_metrics (checks total/passed/failed)

Manual placement (shortcode)

If you have a custom form or an unsupported plugin, you can manually render the widget:

[kitgenix_turnstile]

Shortcode output includes:
– a nonce field
– a hidden cf-turnstile-response input
– the widget container (with data-sitekey)
– support for passing arbitrary attributes via shortcode attributes

Many supported integrations also offer Shortcode-only mode (you place the shortcode where you want; the plugin validates server-side without auto-injection).

Quick Start

  1. Install and activate the plugin.
  2. Open the Turnstile settings under the Kitgenix hub in wp-admin.
  3. Add your Cloudflare Turnstile Site Key and Secret Key.
  4. Configure widget options (theme/size/appearance/language) and messaging if needed.
  5. Enable the integrations (and per-form toggles) you want.
  6. Save, then test the key user journeys: login, registration, checkout, and your main contact form.

Tip: Start with Developer mode (warn-only) on staging or during rollout. Once you’re satisfied, disable warn-only to enforce blocking.

Performance and caching notes (important for stores)

Turnstile is lightweight, but aggressive optimisation can break rendering or token freshness.

If you use caching/optimisation plugins:
– Allowlist https://challenges.cloudflare.com
– Avoid full-page caching on login/account/checkout pages
– Avoid combining/inlining the Turnstile loader
– Avoid heavily delaying Elementor/form plugin scripts
– Ensure outbound HTTP requests to Cloudflare are not blocked (needed for server-side verification)

Settings Overview

Main settings:
– Site Key
– Secret Key (with β€œsecret present” state, clear/reveal)
– Theme (auto/light/dark)
– Size (small/medium/large/normal/flexible)
– Appearance (Turnstile appearance option)
– Language (auto or specific locale)
– Disable submit until completed
– Custom error message
– Extra message text

Security & advanced:
– Replay protection (on/off)
– Developer mode (warn-only)
– Whitelist logged-in users
– Whitelist IPs (wildcards/CIDR, including IPv6)
– Whitelist user agents
– Proxy trust (enable/disable)
– Trusted proxy IPs / trust controls

Integrations (enable + per-form toggles where available):
– WordPress Core (login/register/lost password/reset password/standard comments)
– WooCommerce (checkout/product reviews/login/register/lost password)
– WooCommerce Blocks mode (auto vs shortcode-only)
– Easy Digital Downloads (checkout/login/register/profile)
– Contact Form 7
– WPForms
– Fluent Forms
– Formidable Forms
– Forminator
– Gravity Forms
– Jetpack Forms
– Kadence Forms
– Elementor Forms
– bbPress
– BuddyPress

Developers

Shortcode:
[kitgenix_turnstile]

Server-side verification endpoint:
https://challenges.cloudflare.com/turnstile/v0/siteverify

Filters (script/loading):
– kitgenix_captcha_for_cloudflare_turnstile_script_url( $url, $settings )
– kitgenix_turnstile_freshness_ms
– kitgenix_turnstile_inline_style

Filters (verification / request handling):
– kitgenix_turnstile_siteverify_url
– kitgenix_turnstile_siteverify_timeout
– kitgenix_turnstile_siteverify_sslverify
– kitgenix_turnstile_siteverify_http_args
– kitgenix_turnstile_send_remoteip
– kitgenix_turnstile_remote_ip
– kitgenix_turnstile_token_from_request
– kitgenix_turnstile_handle_comment_form
– kitgenix_turnstile_error_codes
– kitgenix_turnstile_error_message
– kitgenix_turnstile_replay_message
– kitgenix_captcha_for_cloudflare_turnstile_{context}_turnstile_error_message

Filters (replay protection):
– kitgenix_turnstile_replay_ttl

Filters (whitelist / proxy trust):
– kitgenix_turnstile_is_whitelisted( $is_whitelisted, $details )
– kitgenix_turnstile_trust_headers
– kitgenix_turnstile_trusted_proxies

Internal identifiers (options / transients / cookies / meta):
– Option: kitgenix_captcha_for_cloudflare_turnstile_settings
– Settings group (Settings API): kitgenix_captcha_for_cloudflare_turnstile_settings_group
– Option: kitgenix_captcha_for_cloudflare_turnstile_metrics
– Option: kitgenix_turnstile_last_verify
– Transient: kitgenix_captcha_for_cloudflare_turnstile_do_activation_redirect
– Transient: kitgenix_turnstile_duplicate_scripts
– Transient prefix (replay protection): kitgenix_captcha_for_cloudflare_turnstile_ts_
– Cookie (replay notice): kitgenix_captcha_for_cloudflare_turnstile_ts_replay
– WooCommerce order meta (Blocks/Store API verification): _kitgenix_turnstile_verified

Internal nonces / actions:
– Shortcode/form nonce field name: kitgenix_captcha_for_cloudflare_turnstile_nonce
– Shortcode/form nonce action: kitgenix_captcha_for_cloudflare_turnstile_action
– Settings save nonce field name: kitgenix_captcha_for_cloudflare_turnstile_settings_nonce
– Settings save nonce action: kitgenix_captcha_for_cloudflare_turnstile_settings_save
– Admin AJAX action (reveal saved secret): kitgenix_turnstile_get_secret (WordPress hook: wp_ajax_kitgenix_turnstile_get_secret)
– Admin AJAX nonce action (reveal saved secret): kitgenix_turnstile_reveal_secret
– Duplicate-loader notice dismiss query arg: kitgenix_captcha_for_cloudflare_turnstile_ts_dismiss_dupe
– Duplicate-loader notice dismiss nonce action: kitgenix_captcha_for_cloudflare_turnstile_ts_dismiss

Actions (developer logging):
– kitgenix_turnstile_dev_log

External Services

This plugin uses Cloudflare Turnstile to verify requests and prevent spam and abuse.

The plugin may:
– Load the Turnstile script:
https://challenges.cloudflare.com/turnstile/v0/api.js
– Submit verification requests server-side to:
https://challenges.cloudflare.com/turnstile/v0/siteverify

When verification is enabled, the plugin sends to Cloudflare:
– Your Turnstile secret key
– The Turnstile response token
– The visitor IP address (as the optional remoteip parameter, when enabled)

The plugin does not send the visitor’s browser user agent to Cloudflare as part of the verification payload (the HTTP request itself is made server-side by WordPress).

If proxy trust is enabled, the plugin may read forwarding headers (e.g. CF-Connecting-IP, X-Forwarded-For) to determine the client IP, but only when requests originate from configured trusted proxies.

The plugin does not add tracking cookies itself and does not sell or share personal data.

Cloudflare Turnstile Terms: https://developers.cloudflare.com/turnstile/
Cloudflare Privacy Policy: https://www.cloudflare.com/privacypolicy/

This plugin also includes a shared β€œKitgenix hub” component in wp-admin which may fetch publicly available plugin metadata from WordPress.org using the WordPress core plugins_api() function (WordPress.org Plugins API).

  • When it runs: only in wp-admin (Kitgenix plugin admin pages)
  • Data sent: plugin slug(s) (no personal data)
  • Data received: publicly available plugin information (e.g. active installs, ratings)
  • Caching: responses are cached locally using transients for ~1 day:
    • kitgenix_hub_wporg_active_installs_v1
    • kitgenix_hub_wporg_ratings_v1

Trademark Notice

β€œCloudflare” and the Cloudflare logo are trademarks of Cloudflare, Inc. This plugin is not affiliated with or endorsed by Cloudflare, Inc.

Support Development

If this plugin helps keep spam away without slowing your site down, you can support ongoing development here:
https://donate.stripe.com/9B65kDgG3fTQ2Kzcmwf7i00

Credits

Built with ❀︎ by @kitgenix – https://kitgenix.com

DomainExposuresHeadersLast Checked
t*e*j*r*i*e*t*t*.c*.uk (WP 6.9.4) βœ… F 2026-05-25 10:27:13
p*o*n*x*o*d*o*s*l*a*c*.c*.uk (WP 7.0) βœ… F 2026-05-25 10:27:13
f*a*o*s*e*k*n*t*a*n*n*.com (WP 6.2.9) ⚠️ F 2026-05-24 22:55:22
f*a*o*s*e*k*n*c*a*h.com (WP 6.2.9) ⚠️ F 2026-05-24 22:55:22
s*p*i*t*n*c*e*n*r.net (WP 6.9.4) πŸ”“ F 2026-05-24 21:41:11
s*r*e*a*k*i*h*a*a*d*n*.com (WP 6.9.4) βœ… F 2026-05-24 17:50:25
s*u*a*d*h*o*.com βœ… F 2026-05-24 06:10:01
h*m*-*s.com (WP 7.0) βœ… F 2026-05-24 05:50:59
a*r*l*a*l*n*.com βœ… A 2026-05-23 23:46:43
a*r*l*b*l*o*.com βœ… A 2026-05-23 23:43:22
a*o*h*k*n*r*o*g.com βœ… A 2026-05-23 09:31:41
a*o*h*k*-*i*z*g*r*i*.com βœ… A 2026-05-23 09:25:51
k*j*o*k*.com βœ… A 2026-05-23 03:27:21
s*i*e*e*g*n*e*i*g.com βœ… F 2026-05-23 02:19:39
m*j*r*i*j*s*a*r*e*o*.com (WP 6.9.4) βœ… F 2026-05-22 23:54:53
s*e*c*s*e*k.com (WP 6.2.9) ⚠️ F 2026-05-22 17:45:30
s*e*c*i*p*o*e*e*t.com (WP 6.2.9) ⚠️ F 2026-05-22 17:41:36
d*b*a*r*s*e*.com βœ… A 2026-05-22 16:36:55
s*e*k*n*s*m*l*t*r.com (WP 6.2.9) ⚠️ F 2026-05-22 12:07:15
s*e*k*r*r*c*i*e.com (WP 6.2.9) ⚠️ F 2026-05-22 11:51:03
s*e*k*r*o*c*i*g.com (WP 6.2.9) ⚠️ F 2026-05-22 11:47:25
m*s*a*g*.c*.uk (WP 6.9.1) βœ… F 2026-05-22 10:41:57
t*i*i*t*r*a*i*n*l.com (WP 6.2.9) ⚠️ F 2026-05-22 04:26:16
t*i*a*i*.com (WP 6.2.9) ⚠️ F 2026-05-22 04:26:16
r*s*s*n*e*.de βœ… C 2026-05-22 00:22:31
k*l*y*e*k*r.com (WP 6.2.9) ⚠️ F 2026-05-21 21:43:03
k*f*u*i*.com βœ… F 2026-05-21 11:04:32
d*v*d*a*o*h*l*e.com βœ… A 2026-05-21 06:16:52
a*n*t*e*c*a*t*n.com βœ… A 2026-05-21 05:13:08
b*a*d*n*o*o*.com (WP 6.9.4) βœ… F 2026-05-21 04:29:47
s*n*m*e*e*o*e*s.com (WP 6.9.4) βœ… F 2026-05-20 22:59:10
m*t*r*n*h*s.com βœ… F 2026-05-20 12:38:25
e*e*u*i*e*p*a*i*g.com (WP 6.2.9) ⚠️ F 2026-05-20 08:23:13
e*e*u*i*e*o*m*n*c*t*o*d*v*l*p*e*t.com (WP 6.2.9) ⚠️ F 2026-05-20 07:56:03
r*s*l*d*p*r*m*n*.com βœ… F 2026-05-20 02:03:35
b*t*f*r*r*a*k.com βœ… F 2026-05-20 01:24:14
k*m*e*y*f*d*a*.com βœ… F 2026-05-19 23:11:53
b*s*o*p*e*e*t*r.com (WP 6.2.9) ⚠️ F 2026-05-19 22:47:00
m*y*a*r*i*a*g*r*e*s*.com (WP 6.9.4) βœ… F 2026-05-19 13:41:47
e*d*t*a*n*n*.com (WP 6.9.4) βœ… F 2026-05-19 13:24:12
e*i*s*h*r*t*b*e*o*n*a*i*n.com βœ… F 2026-05-19 07:59:28
e*p*y*o*.c*.uk βœ… C 2026-05-19 00:57:30
d*m*d*l*g*.com (WP 6.9.4) βœ… F 2026-05-18 23:57:17
h*l*e*i*c*a*i*y*a*l.com βœ… F 2026-05-18 23:23:31
b*n*i*i*l*i.com (WP 6.9.1) βœ… F 2026-05-18 18:00:55
e*s*l*n*s*a*e*.ae βœ… F 2026-05-18 12:32:22
j*s*r*g*t*i*t*.com βœ… F 2026-05-17 16:34:22
l*g*l*d.c*m.br (WP 6.9.4) βœ… F 2026-05-17 10:23:30
n*y*m*-*u*d*o*.com (WP 6.5.5) βœ… F 2026-05-17 06:17:55
b*u*s*y*i*e*s.com βœ… F 2026-05-17 01:07:05
b*u*s*y*i*e*.com βœ… F 2026-05-17 01:07:05
c*s*o*e*s*r*i*e*o*c*e*.com (WP 6.2.9) ⚠️ F 2026-05-16 16:07:03
t*x*s*o*i*s*i*e*.com βœ… C 2026-05-16 14:19:02
o*f*z*n*6*.com βœ… F 2026-05-16 08:14:48
j*p*r*w*y*.com (WP 6.9.4) βœ… F 2026-05-15 18:15:19
j*i*f*a*e*l*u*c*.com (WP 6.9.4) βœ… F 2026-05-15 17:18:49
s*u*k*p*c*l*s.com (WP 6.9.4) βœ… F 2026-05-15 17:08:37
a*c*n*r*d*c*i*n*r*g*a*.com (WP 6.2.9) ⚠️ F 2026-05-15 15:23:56
a*c*n*r*d*c*i*n*o*c*.com (WP 6.2.9) ⚠️ F 2026-05-15 15:23:56
a*c*n*c*a*h.com (WP 6.2.9) ⚠️ F 2026-05-15 15:15:24
b*e*k*o*n*e*i*n.com βœ… F 2026-05-15 13:28:15
l*o*e*l*t*e*a*s.com βœ… A 2026-05-15 08:15:08
y*o*n*p*a*s*n.com βœ… A 2026-05-15 06:44:00
e*i*a*t*f*c*s.com (WP 6.9.4) βœ… B 2026-05-15 00:32:09
l*n*c*b*n*o*f*e.com (WP 6.9.4) βœ… F 2026-05-15 00:19:36
t*l*p*o*e*o*c*.com (WP 6.2.9) ⚠️ F 2026-05-14 20:55:41
e*z*q*e*t.com (WP 6.9) βœ… F 2026-05-14 20:43:32
a*m*s*l*d*s.com (WP 6.9.4) βœ… F 2026-05-14 09:50:11
l*c*t*o*s*e*n*i*e*.com (WP 6.6.2) βœ… F 2026-05-14 03:00:34
w*r*h*p*o*a*i*t.com βœ… F 2026-05-14 01:33:45
a*t*a*e*s*m.com (WP 6.9.4) βœ… F 2026-05-13 18:33:13
e*f*q*e*e*t*l.com (WP 6.9) βœ… F 2026-05-13 16:58:19
t*n*r*a*p*r*o*i*g*u*p*i*s.ie (WP 6.9.4) βœ… F 2026-05-13 07:25:49
t*n*r*a*p*r*o*i*g*u*p*i*s.c*.uk (WP 6.9.4) βœ… F 2026-05-13 07:25:49
e*c*i*e*.com (WP 6.9.4) πŸ”“ D 2026-05-13 04:22:42
c*r*o*a*a*t*r*.com (WP 6.9.4) βœ… F 2026-05-13 00:51:45
c*e*t*h*a*e*.com (WP 6.9.4) βœ… C 2026-05-12 21:26:27
b*t*e*s*e*c*d*y.com (WP 6.2.9) ⚠️ F 2026-05-12 13:55:36
t*l*i*g*p*e*h.com (WP 6.2.9) ⚠️ F 2026-05-12 06:33:01
b*a*h*i*i*s*o*k*l*b.org βœ… A 2026-05-11 22:51:50
s*n*a*o*i*a*o*k*u*i*c*u*.org βœ… A 2026-05-11 22:51:50
l*n*n*c*i*a.com βœ… F 2026-05-11 10:38:12
s*l*a*s*o*t.com βœ… C 2026-05-11 10:03:41
s*a*o*r*i*e*l*u*c*.com (WP 6.9.4) βœ… F 2026-05-10 18:21:19
g*o*n*v*l*y.com βœ… D 2026-05-10 14:12:24
m*g*i*y*i*p*b.com πŸ”“ F 2026-05-10 08:59:51
t*r*a*s*n*m*r*.com βœ… F 2026-05-10 01:46:19
j*n*k*r*z.com βœ… A 2026-05-09 22:43:53
4*e*s*o*l*.eu βœ… F 2026-05-09 15:15:48
w*b*i*e*e*i*n*i.com (WP 6.9.4) βœ… D 2026-05-08 21:02:15
w*b*o*g*o*s.com βœ… D 2026-05-08 13:52:25
s*a*i*g*y*e*f*c*.com (WP 6.9.4) βœ… F 2026-05-08 13:32:32
e*o*r*e*b*l*v*a.com βœ… D 2026-05-08 13:18:35
b*e*v*n*.com πŸ“„ F 2026-05-08 13:12:57
b*c*e*t*i*s.com (WP 6.2.9) ⚠️ F 2026-05-08 08:10:14
b*c*e*b*x.com (WP 6.2.9) ⚠️ F 2026-05-08 08:03:09
c*a*u*a.com (WP 6.9.4) βœ… D 2026-05-07 23:12:07
c*n*e*e*c*s*i*s*n*e*i*n.com (WP 6.9.4) βœ… F 2026-05-07 20:14:39
c*n*e*e*c*s*p*l*e*-*e*i*n.com (WP 6.9.4) βœ… F 2026-05-07 20:14:39
c*n*e*e*c*c*a*h*n*.com (WP 6.2.9) ⚠️ F 2026-05-07 20:09:55

Top 50 Plugins

Plugin Count
elementor 1,755,486
contact-form-7 1,722,534
elementor-pro 1,022,939
woocommerce 800,403
revslider 607,466
jetpack 459,190
js_composer 423,950
wp-rocket 324,990
essential-addons-for-elementor-lite 281,971
gravityforms 258,369
complianz-gdpr 244,941
cookie-law-info 223,169
instagram-feed 223,043
sitepress-multilingual-cms 215,522
google-site-kit 214,724
google-analytics-for-wordpress 211,136
header-footer-elementor 206,442
elementskit-lite 198,572
bluehost-wordpress-plugin 189,109
gutenberg 157,594
gutenberg-core 149,965
cookie-notice 144,339
wpforms-lite 129,356
the-events-calendar 128,316
litespeed-cache 125,244
gtranslate 123,953
astra-sites 120,199
popup-maker 114,353
woocommerce-payments 111,576
tablepress 103,196
coblocks 95,805
honeypot 94,648
astra-addon 93,061
all-in-one-seo-pack 92,390
wp-smushit 91,692
duracelltomi-google-tag-manager 90,652
LayerSlider 90,309
bb-plugin 89,497
premium-addons-for-elementor 85,018
akismet 84,692
megamenu 83,110
cleantalk-spam-protect 82,857
mailchimp-for-wp 82,516
woocommerce-gateway-stripe 81,339
fusion-builder 78,106
formidable 76,893
ml-slider 76,773
ewww-image-optimizer 76,204
borlabs-cookie 75,256
gravityformsrecaptcha 75,195

Top 50 Themes

Theme Count
hello-elementor 599,553
Divi 502,362
astra 417,049
flatsome 123,885
Avada 122,034
generatepress 114,464
pub 103,609
oceanwp 81,365
kadence 75,925
enfold 70,284
salient 65,796
twentyseventeen 54,825
bb-theme 54,397
twentytwentyfour 53,529
h4 53,053
cocoon-master 50,902
betheme 50,674
blocksy 49,002
dt-the7 44,883
twentytwentyfive 42,787
neve 38,269
Avada-Child-Theme 36,814
gox 32,779
bridge 32,464
twentytwentyone 32,128
woodmart 31,911
lightning 30,038
twentytwenty 29,547
swell 27,512
Impreza 25,603
bricks 25,160
twentytwentythree 24,168
Newspaper 22,597
twentytwentytwo 20,009
epik-redesign 19,267
uncode 18,628
twentysixteen 17,829
pro 17,728
sydney 17,674
storefront 17,523
voxel 17,021
extendable 15,483
Total 14,380
yith-wonder 13,989
kubio 13,506
hello-theme-child-master 12,904
themify-ultra 12,864
yootheme 12,537
factory-templates-4 12,504
hestia 12,448