✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for miniOrange reCAPTCHA: CAPTCHA event tables

miniOrange reCAPTCHA records CAPTCHA challenges in its own option rows and log tables. SleekView reads them as one sortable workspace so failures, scores, and form types are visible together instead of buried in a settings page.

♾️ Lifetime License available

SleekView table view for miniOrange reCAPTCHA

See every CAPTCHA failure across every form

miniOrange reCAPTCHA stores configuration in wp_options under mo_recaptcha_ keys, and challenge activity (when logging is enabled) in wp_mo_recaptcha_logs. The default admin focuses on configuration: which form types are protected, which CAPTCHA version is in use, and which keys are configured. CAPTCHA outcomes themselves are spread across protected forms (login, register, comment, WooCommerce checkout, WPForms, Contact Form 7), each surfaced by the form's own logs if at all.

SleekView reads the reCAPTCHA log table and exposes events as one sortable, filterable surface. Sort by form type, filter to failed challenges only, isolate v3 scores below a chosen threshold, or pull the IPs that consistently fail CAPTCHA on the register form. Form, action, IP, score, outcome, and timestamp all become first-class columns instead of details inside another plugin's log.

Inline actions, like clearing a logged IP, exempting a trusted user, or tightening a v3 threshold, route through miniOrange reCAPTCHA's own functions where the plugin supports it. Saved views scoped per role let support staff verify a customer's failed challenge without holding the reCAPTCHA secret keys themselves.

Workflow

From scattered CAPTCHA outcomes to one event table

1

Enable logging and connect the source

Turn on CAPTCHA logging in miniOrange reCAPTCHA, then register wp_mo_recaptcha_logs in SleekView, with form, action, IP, score, outcome, and timestamp pre-mapped.
2

Build the event view

Pick form, IP, score, outcome, and time. Save filter sets like 'Failed login challenges' or 'v3 scores under 0.3 on contact' and reopen them with one click.
3

Scope per role

Give support staff a read-only view of failed challenges so they can help legitimate customers. Keep configuration changes gated by administrator-only access.
4

Tune and act inline

Exempt a trusted IP, raise or lower a v3 threshold via the plugin's options, and watch the next batch of events confirm the change in the same table.

Sample columns

A typical miniOrange reCAPTCHA event view

CAPTCHA events with form, IP, score, and outcome in one row.
Source: wp_mo_recaptcha_logs + wp_options (mo_recaptcha_*)
Form Action IP Score Outcome Time
WP Login login 203.0.113.4 0.2 Failed 1m ago
WC Checkout checkout 198.51.100.16 0.7 Passed 6m ago
WPForms contact 192.0.2.41 0.3 Low score 22m ago
Comments comment 203.0.113.88 0.1 Failed 1h ago

Comparison

Default miniOrange reCAPTCHA admin vs SleekView

Default miniOrange reCAPTCHA

  • Configuration in wp_options dominates the admin, with CAPTCHA outcomes scattered across form plugins
  • Hard to see v3 scores across login, checkout, and contact forms in one view
  • No native saved views for things like 'Failed challenges on the login form today'
  • Combining IP, form, and score in one filter set requires direct SQL today
  • Bulk exemptions or clearing repeat-fail IPs require per-screen navigation

SleekView

  • Reads wp_mo_recaptcha_logs as a sortable, filterable source
  • Filter to failed challenges or v3 scores below a threshold in seconds
  • Sort by form type to see where bots actually hit hardest
  • Inline exemptions and IP clears via miniOrange reCAPTCHA's own functions
  • Save views like 'Login failures from outside the EU' for the team

Features

What SleekView gives you for miniOrange reCAPTCHA

All forms in one event table

Login, register, comment, WooCommerce checkout, WPForms, and Contact Form 7 outcomes all land in one row each. The full picture of bot pressure across the site at a glance.

v3 scores as a real column

Score becomes a filterable, sortable column, so 'show me all submissions under 0.3 on the contact form' is a saved view, not a SQL query.

Filter by form, IP, and outcome

Combine form type, IP, score range, and outcome in one filter set. The exact slice you need during a spam incident, not a fixed report scroll.

Audience

Who uses SleekView for miniOrange reCAPTCHA

Security admins tracking bot pressure

Filter wp_mo_recaptcha_logs by form and outcome to see which endpoints actually get hit. Sort by score to spot v3 thresholds that are too lenient or too tight.

Support staff handling false positives

Look up a customer's IP, see whether they tripped CAPTCHA on checkout, and either exempt them inline or guide them through a re-attempt without bouncing screens.

Site owners tuning v3 thresholds

Compare actual score distributions on the login and checkout forms before raising or lowering the threshold in wp_options.

The bigger picture

Why bot pressure stays invisible without a real event table

reCAPTCHA does its work quietly, which is exactly its job: stop bots before they reach the form handler. The side effect is that the pressure on your forms stays invisible unless you go looking for it. miniOrange reCAPTCHA writes the right data into wp_mo_recaptcha_logs when logging is enabled, but the plugin's admin is built for configuration, not for reading challenges as events.

The moment a question becomes 'how many submissions hit the contact form with a v3 score under 0.3 yesterday', you're either jumping into the database or piecing it together by hand. SleekView turns that table into a real surface with form, IP, score, outcome, and timestamp as filterable columns. Support staff can use a scoped view to help legitimate customers blocked at checkout, while a security lead tunes v3 thresholds based on real score distributions per form.

The plugin keeps scoring exactly as before; SleekView just makes the outcome readable in the order people act on it. Once bot pressure is visible, tuning the rules becomes a deliberate decision, not a guess.

Questions

Common questions about SleekView for miniOrange reCAPTCHA

Yes. miniOrange reCAPTCHA logs to wp_mo_recaptcha_logs only when logging is enabled in the plugin's settings. Once enabled, SleekView reads the events directly. Without logging enabled, the only data available is plugin configuration in wp_options.

 

No. miniOrange reCAPTCHA continues to call Google reCAPTCHA exactly as before. SleekView reads from the log table after the fact and does not change the request flow or scoring.

 

Yes, where the plugin supports IP or user exemptions. SleekView calls the plugin's own exemption action from a row, so the change is reflected in wp_options the same way it would be from the reCAPTCHA admin.

 

Yes. Score is exposed as a numeric column, so you can filter to under 0.3, sort the lowest scoring submissions to the top, or compare distributions across forms in one view.

 

Yes. Any filtered view exports to CSV from the table header, with form, action, IP, score, outcome, and timestamp preserved for spam reports or incident review.

 

Yes. Saved views can be assigned per role, so support staff get a triage view of failed challenges, while reCAPTCHA secret keys stay restricted to administrators.

 

Yes. Both v2 challenge outcomes and v3 score-based outcomes are recorded in wp_mo_recaptcha_logs and exposed as filterable columns. Score is empty for v2 events, populated for v3.

 

Yes. The reCAPTCHA log table is per site, and SleekView respects the active scope. A network admin can compare bot pressure across subsites; a subsite admin sees only their own data.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView