hCaptcha for WP

Description

hCaptcha is a drop-in replacement for reCAPTCHA that puts user privacy first.

Need to keep out bots? hCaptcha protects privacy while offering better protection against spam and abuse. Help build a better web.

hCaptcha for WP makes security easy with broad integration support, detailed analytics, and strong protection. Start protecting logins, forms, and more in minutes.

How hCaptcha Works

The purpose of a CAPTCHA is to distinguish between people and machines via a challenge-response test, and thus increase the cost of spamming or otherwise abusing websites by keeping out bots.

To use this plugin, install it and enter your sitekey and secret in the Settings -> hCaptcha menu after signing up on hCaptcha.com.

hCaptcha Free lets websites block bots and other forms of abuse via humanity challenges.

hCaptcha Pro goes beyond the free hCaptcha service with advanced machine learning to reduce the challenge rate, delivering high security and low friction along with more features like UI customization.

Privacy Notices

hCaptcha is designed to comply with privacy laws in every country, including GDPR, LGPD, CCPA, and more.

For example, hCaptcha has been certified under ISO 27001 and 27701 and is enrolled in the EU-US, UK-US, and Swiss-US Data Privacy Framework for GDPR compliance.

Details are available at www.hcaptcha.com/certifications and www.hcaptcha.com/gdpr.

With the default configuration, this plugin does not:

  • track users by stealth;
  • write any user’s personal data to the database;
  • send any data to external servers;
  • use cookies.

Once you activate this plugin, the hCaptcha-answering user’s IP address and browser data may be sent to the hCaptcha service on pages where you have activated hCaptcha protection. However, hCaptcha is designed to minimize data used, process it very close to the user, and rapidly discard it after analysis.
For more details, please see the hCaptcha privacy policy at:

If you enable the optional plugin-local statistics feature, the following additional data will be recorded to your database:

  • counts of challenge verifications per form
  • only if you enable this optional feature: the IP addresses challenged on each form

We recommend leaving IP recording off, which will make these statistics fully anonymous.

If this feature is enabled, anonymized statistics on your plugin configuration, not including any end user data, will also be sent to us. This lets us see which modules and features are being used and prioritize development for them accordingly.

Plugins, Themes and Forms Supported

  • WordPress Login, Register, Lost Password, Comment, and Post/Page Password Forms
  • ACF Extended Form
  • Affiliates Login and Register Forms
  • Asgaros Forum New Topic and Reply Form
  • Avada Form
  • Back In Stock Notifier Form
  • bbPress New Topic, Reply, Login, Register and Lost Password Forms
  • Beaver Builder Contact and Login Forms
  • BuddyPress — Create Group and Registration Forms
  • Classified Listing Contact, Login, Lost Password, and Listing Register Forms
  • CoBlocks Form
  • Colorlib Customizer Login, Lost Password, and Customizer Register Forms
  • Contact Form 7
  • Divi Comment, Contact, Email Optin and Login Forms
  • Download Manager Form
  • Droit Dark Mode
  • Easy Digital Downloads Checkout, Login, Lost Password, and Register Forms
  • Elementor Pro Form and Login Form
  • Essential Addons for Elementor Login and Register Forms
  • Essential Blocks Form
  • Fluent Forms
  • Forminator Forms
  • Formidable Forms
  • GiveWP Form
  • Gravity Forms
  • Gravity Perks Nested Forms
  • Jetpack Forms
  • Kadence Form and Advanced Form
  • LearnDash Login, Lost Password, and Register Forms
  • Login/Signup Popup Login and Register Forms
  • Mailchimp for WP Form
  • MailPoet Form
  • MemberPress Login and Register Forms
  • Ninja Forms
  • Otter Blocks Forms
  • Paid Memberships Pro Checkout and Login Forms
  • Passster Protection Form
  • Profile Builder Login, Recover Password, and Register Forms
  • Quform Forms
  • Sendinblue Form
  • Simple Download Monitor Form
  • Simple Membership Login, Lost Password, and Register Forms
  • Simple Basic Contact Form
  • Spectra — WordPress Gutenberg Blocks Form
  • Subscriber Form
  • Support Candy New Ticket Form
  • Theme My Login — Login, Lost Password, and Register Form
  • Ultimate Member Login, Lost Password, and Member Register Forms
  • UsersWP Forgot Password, Login, and Register Forms
  • WooCommerce Login, Registration, Lost Password, Checkout, and Order Tracking Forms
  • WooCommerce Wishlist Form
  • Wordfence Security Login Form
  • Wordfence Login Security Login Form
  • WP Dark Mode
  • WP Job Openings Form
  • WPForms Form
  • wpDiscuz Comment and Support Forms
  • wpForo New Topic and Reply Forms

Please note

NOTE: This is a community-developed plugin. Your PRs are welcome.

For feature requests and issue reports, please
open a pull request.

We also suggest emailing the authors of plugins you’d like to support hCaptcha: it will usually take them only an hour or two to add native support. This will simplify your use of hCaptcha, and is the best solution in the long run.

You may use native hCaptcha support if available for your plugin. Please check with your plugin author if native support is not yet available.

However, the hCaptcha plugin provides a broader set of options and features so that you can use it with any form on your site.

Instructions for popular native integrations are below:

Screenshots

  • Login page with hCaptcha widget.
  • Login page with hCaptcha challenge.
  • WooCommerce Login/Register page.
  • Contact Form 7 with hCaptcha.
  • Contact Form 7 live form in the admin editor.
  • Elementor Pro Form.
  • Elementor Pro Form in admin editor.
  • General settings page.
  • Integrations settings page.
  • Activating plugin from the Integration settings page.
  • (Optional) Local Forms statistics.
  • (Optional) Local Events statistics.

Installation

Sign up at hCaptcha.com to get your sitekey and secret, then:

  1. Install hCaptcha either via the www.remarpro.com plugin repository (best) or by uploading the files to your server. (Upload instructions)
  2. Activate the hCaptcha plugin on the ‘Plugins’ admin page
  3. Enter your site key and secret on the Settings->hCaptcha->General page
  4. Enable desired Integrations on the Settings->hCaptcha->Integrations page

FAQ

How do I use the hCaptcha plugin?

The hCaptcha plugin supports WordPress core and many plugins with forms automatically. You should select the supported forms on the hCaptcha Integrations settings page.

For non-standard cases, you can use the [hcaptcha] shortcode provided by the plugin.

For example, we support Contact Forms 7 automatically. However, sometimes a theme can modify the form. In this case, you can manually add the [cf7-hcaptcha] shortcode to the CF7 form.

To make hCaptcha work, the shortcode must be inside the

tag.

You don’t support plugin X. How can I get support for it added?

Open a PR on GitHub: or just email the authors of plugin X. Adding hCaptcha support is typically quite a quick task for most plugins.

Does the [hcaptcha] shortcode have arguments?

Full list of arguments:

[hcaptcha action="my_hcap_action" name="my_hcap_name" auto="true|false" force="true|false" size="normal|compact|invisible"]

The shortcode adds not only the hCaptcha div to the form, but also a nonce field. You can set your own nonce action and name. For this, use arguments in the shortcode:

[hcaptcha action="my_hcap_action" name="my_hcap_name"]

and in the verification:

$result = hcaptcha_request_verify( 'my_hcap_action', 'my_hcap_name' );

For the explanation of the auto=”true|false” argument, see the section “How to automatically verify an arbitrary form”. By default, auto="false".

The argument force=”true|false” allows forcing verification of hCaptcha widget before submitting the form. By default, force="false".

The argument size=”normal|compact|invisible” allows setting the size of hCaptcha widget. By default, size="normal".

How to add hCaptcha to an arbitrary form

First, add the hCaptcha snippet to the form.

If you create the form as an HTML block in the post content, insert the shortcode [hcaptcha] inside it. It may look like this:

<form method="post">
    <input type="text" name="test_input">
    <input type="submit" value="Send">
    [hcaptcha]
</form>

If you create the form programmatically, insert the following statement inside it:

?>
<form method="post">
    <input type="text" name="test_input">
    <input type="submit" value="Send">
    <?php echo do_shortcode( '[hcaptcha]' ); ?>
</form>
<?php

Secondly, verify the result of hCaptcha challenge.

$result = hcaptcha_verify_post();

if ( null !== $result ) {
    echo esc_html( $result );
    // Block processing of the form.
}

How to automatically verify an arbitrary form

Arbitrary user forms can be verified easily. Just add auto="true" or auto="1" to the shortcode:

[hcaptcha auto="true"]

and insert this shortcode into your form.

Auto-verification works with forms sent by POST on frontend only. It works with forms in the post content and in widgets.

You can add also force="true" or force="1" argument to prevent sending a form without checking the hCaptcha.

[hcaptcha auto="true" force="true"]

How to block hCaptcha on a specific page?

hCaptcha starts early, so you cannot use standard WP functions to determine the page. For instance, to block it on my-account page, add the following code to your plugin’s (or mu-plugin’s) main file. This code won’t work being added to a theme’s functions.php file.

/**
* Filter hCaptcha activation flag.
*
* @param bool $activate Activate flag.
*
* @return bool
*/
function my_hcap_activate( $activate ) {
  $url = isset( $_SERVER['REQUEST_URI'] ) ?
  filter_var( wp_unslash( $_SERVER['REQUEST_URI'] ), FILTER_SANITIZE_FULL_SPECIAL_CHARS ) :
  '';

  if ( '/my-account/' === $url ) {
    return false;
  }

  return $activate;
}

add_filter( 'hcap_activate', 'my_hcap_activate' );

Skipping hCaptcha verification on a specific form

The plugin has a filter to skip adding and verifying hCaptcha on a specific form. The filter receives three parameters: current protection status (‘true’ by default), source and form_id.

The source is the plugin’s slug (like ‘directory/main-plugin-file.php’), the theme name (like ‘Avada’) or the WordPress core (like ‘WordPress’).

The form_id is the form_id for plugins like Gravity Forms or WPForms, the post id for comments or a general name of the form when the form does not have an id (like WordPress core login form).

Filter arguments for some plugins/forms are listed below.

Affiliates
$source: ‘affiliates/affiliates.php’
$form_id: ‘login’ or ‘register’

Back In Stock Notifier
$source: ‘back-in-stock-notifier-for-woocommerce/cwginstocknotifier.php’
$form_id: product_id

BBPress
$source: ‘bbpress/bbpress.php’
$form_id: ‘new_topic’, ‘reply’, ‘login’, ‘register’ or ‘lost_password’

Beaver Builder
$source: ‘bb-plugin/fl-builder.php’
$form_id: ‘contact’ or ‘login’

Brizy
$source: ‘brizy/brizy.php’
$form_id: ‘form’

BuddyPress
$source: ‘buddypress/bp-loader.php’
$form_id: ‘create_group’ or ‘register’

Classified Listing
$source: ‘classified-listing/classified-listing.php’
$form_id: ‘contact’, ‘login’, ‘lost_password’ or ‘register’

Divi
$source: ‘Divi’
$form_id: post_id for comment form, ‘contact’, ’email_optin’, or ‘login’

Download Manager
$source: ‘download-manager/download-manager.php’
$form_id: post_id of download item in the admin

Easy Digital Downloads
$source: ‘easy-digital-downloads/easy-digital-downloads.php’
$form_id: ‘checkout’, ‘login’, ‘lost_password’ or ‘register’

Elementor Pro
$source: ‘elementor-pro/elementor-pro.php’
$form_id: Form ID set for the form Content->Additional Options or ‘login’

Jetpack
$source: ‘jetpack/jetpack.php’
$form_id: ‘contact_$form_hash’

Kadence Form
$source: ‘kadence-blocks/kadence-blocks.php’
$form_id: post_id

Kadence Advanced Form
$source: ‘kadence-blocks/kadence-blocks.php’
$form_id: form_id

LearnDash
$source: ‘sfwd-lms/sfwd_lms.php’
$form_id: ‘login’, ‘lost_password’ or ‘register’

Login/Signup Popup
$source: ‘easy-login-woocommerce/xoo-el-main.php’
$form_id: ‘login’, or ‘register’

MemberPress
$source: ‘memberpress/memberpress.php’
$form_id: ‘login’ or ‘register’

Paid Memberships Pro
$source: ‘paid-memberships-pro/paid-memberships-pro.php’
$form_id: ‘checkout’ or ‘login’

Passster
$source: ‘content-protector/content-protector.php’
$form_id: area_id

Profile Builder
$source: ‘profile-builder/index.php’
$form_id: ‘login’, ‘lost_password’ or ‘register’

Simple Membership
$source: ‘simple-membership/simple-wp-membership.php’
$form_id: ‘login’, ‘lost_password’ or ‘register’

Subscriber
$source: ‘subscriber/subscriber.php’
$form_id: ‘form’

Support Candy
$source: ‘supportcandy/supportcandy.php’
$form_id: ‘form’

Theme My Login
$source: ‘theme-my-login/theme-my-login.php’
$form_id: ‘login’, ‘lost_password’ or ‘register’

Ultimate Member
$source: ‘ultimate-member/ultimate-member.php’
$form_id: form_id or ‘password’

UsersWP
$source: ‘userswp/userswp.php’
$form_id: ‘forgot’, ‘login’ or ‘register’

WooCommerce Wishlist
$source: ‘woocommerce-wishlists/woocommerce-wishlists.php’
$form_id: ‘form’

wpDiscuz
$source: ‘wpdiscuz/class.WpdiscuzCore.php’
$form_id: post_id

WPForms
$source: ‘wpforms-lite/wpforms.php’ or ‘wpforms/wpforms.php’
$form_id: form_id

wpForo
$source: ‘wpforo/wpforo.php’
$form_id: ‘new_topic’ for new topic form and topicid for reply form. Topicid can be found in HTML code searching for ‘data-topicid’ in Elements.

Wordfence Login Security
$source: ‘wordfence-login-security/wordfence-login-security.php’
$form_id: ‘login’

Wordfence Security
$source: ‘wordfence/wordfence.php’
$form_id: ‘login’

WordPress Core
$source: ‘WordPress’
$form_id: post_id for comment form, ‘login’, ‘lost_password’, ‘password_protected’, or ‘register’

WooCommerce
$source: ‘woocommerce/woocommerce.php’
$form_id: ‘checkout’, ‘login’, ‘lost_password’, ‘order_tracking’, or ‘register’

Below is an example of how to skip the hCaptcha widget on a Gravity Form with id = 1.

/**
 * Filters the protection status of a form.
 *
 * @param string     $value   The protection status of a form.
 * @param string[]   $source  Plugin(s) serving the form.
 * @param int|string $form_id Form id.
 *
 * @return bool
 */
function hcap_protect_form_filter( $value, $source, $form_id ) {
    if ( ! in_array( 'gravityforms/gravityforms.php', $source, true ) ) {
        // The form is not sourced by Gravity Forms plugin.
        return $value;
    }

    if ( 1 !== (int) $form_id ) {
        // The form has id !== 1.
        return $value;
    }

    // Turn off protection for Gravity form with id = 1.
    return false;
}

add_filter( 'hcap_protect_form', 'hcap_protect_form_filter', 10, 3 );

How can I show the hCaptcha widget instantly?

The plugin loads the hCaptcha script with a delay until user interaction: mouseenter, click, scroll or touch. This significantly improves Google Pagespeed Insights score.

To load the hCaptcha widget instantly, you can use the following filter:

/**
* Filters delay time for hCaptcha API script.
*
* Any negative value will prevent the API script from loading at all,
* until user interaction: mouseenter, click, scroll or touch.
* This significantly improves Google Pagespeed Insights score.
*
* @param int $delay Number of milliseconds to delay hCaptcha API script.
*                   Any negative value means delay until user interaction.
*/
function my_hcap_delay_api( $delay ) {
  return 0;
}

add_filter( 'hcap_delay_api', 'my_hcap_delay_api' );

How to set hCaptcha language programmatically?

hCaptcha defaults to using the user’s language as reported by the browser. However, on multilingual sites you can override this to set the hCaptcha language to match the current page language. For this, you can use the following filter:

/**
* Filters hCaptcha language.
*
* @param string $language Language.
*/
function my_hcap_language( $language ) {
  // Detect page language and return it.
  $page_language = 'some lang'; // Detection depends on the multilingual plugin used.

  return $page_language;
}

add_filter( 'hcap_language', 'my_hcap_language' );

How to whitelist certain IPs

You can use the following filter. It should be added to your plugin’s (or mu-plugin’s) main file. This filter won’t work being added to a theme’s functions.php file.

/**
 * Filter user IP to check if it is whitelisted.
 * For whitelisted IPs, hCaptcha will not be shown.
 *
 * @param bool   $whitelisted Whether IP is whitelisted.
 * @param string $ip          IP.
 *
 * @return bool
 */
function my_hcap_whitelist_ip( $whitelisted, $ip ) {

  // Whitelist local IPs.
  if ( false === $ip ) {
    return true;
  }

  // Whitelist some other IPs.
  if ( '1.1.1.1' === $ip ) {
    return true;
  }

  return $whitelisted;
}

add_filter( 'hcap_whitelist_ip', 'my_hcap_whitelist_ip', 10, 2 );

How do I change the appearance of the admin menu?

Starting from 4.1.0, the admin menu was moved to the top level with subpages.

You can customize this by returning it to the previous location in the admin Settings section, or tweak its appearance.

To do this, use the following filter to your plugin’s (or mu-plugin’s) main file. This code won’t work being added to a theme’s functions.php file.

/**
 * Filter the settings system initialization arguments.
 *
 * @param array $args Settings system initialization arguments.
 */
function hcap_settings_init_args_filter( $args ) {
  $args['mode'] = 'tabs';

  return $args;
}

add_filter( 'hcap_settings_init_args', 'hcap_settings_init_args_filter' );


$args array has the following fields:

mode: 'pages' or 'tabs' (default 'pages') — the appearance of the admin menu;
parent: a string — the parent menu item. Default '' for 'pages' mode and 'options-general.php' for 'tabs' mode;
position: a number — the position of the menu item. Default 58.990225 for 'pages' mode. It Has no effect on 'tabs' mode;

Where can I get more information about hCaptcha?

Please see our website.

Reviews

August 3, 2024 1 reply
I love it. It’s easy to use, has lots of features, and active development. The developers are very professional.
July 22, 2024 1 reply
I use hCaptcha with CF7 on several sites, where I had replaced reCAPTCHA (by Google). Since then my sites run a bit smoother in sake of performance, and I don’t have to display any brand badge on every page on my website (which looks quite ugly, especially on mobile devices).I’d also like to praise the Support for quick responses.
June 30, 2024 1 reply
I have installed this plugin in almost all my clients. Unfortunately, every day I get more and more messages from my clients wanting to remove it. The questions it asks are getting too frustrating, and e-commerce clients spend too much time answering them. The questions that it asks just take too much time for visitors to complete, and most of them are getting to their nerves. Then there’s the thing with spamming, you should expect those questions will solve your issues, yet we’re still getting spam comments on most websites. The plugin is also incapable of understanding which IPs are the admins, which makes all of us keep using it just to log in to our websites and there’s no option to undo this. It also doesn’t remember that we’ve already logged in. Unfortunately, this is the last time I’ll be installing or recommending this plugin, especially for e-commerce websites.
Read all 53 reviews

Contributors & Developers

“hCaptcha for WP” is open source software. The following people have contributed to this plugin.

Contributors

“hCaptcha for WP” has been translated into 9 locales. Thank you to the translators for their contributions.

Translate “hCaptcha for WP” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

4.6.0

  • Added support for Simple Membership Login, Register and Lost Password forms.
  • Added option to show Live Form in CF7 admin.
  • Added hCaptcha tab on Gravity Forms settings page.
  • Added uninstallation code to delete plugin data.
  • Improved compatibility with hCaptcha API.
  • Fixed appearance of hCaptcha in Ninja Form admin editor after form saving only.
  • Fixed not rendering of hCaptcha in Gravity Forms admin editor after adding the hCaptcha field.
  • Fixed not rendering of hCaptcha in Essential Addons admin editor.
  • Fixed switching between Security Settings on Fluent Forms Global Settings page.
  • Fixed layout for settings pages with RTL languages.
  • Fixed layout for Contact Form 7 with RTL languages.

4.5.0

  • Added support for Jetpack forms in block theme templates.
  • Added support for bbPress Login, Register and Lost Password forms.
  • Added the second argument $atts to the ‘hcap_hcaptcha_content’ filter.
  • Added support for MailPoet forms at any placement.
  • Added the ability to have multiple MailPoet forms on the same page.
  • Improved UX of the Integrations page.
  • Fixed error messaging when there are several Jetpack forms on the same page.
  • Fixed unconditional forcing hCaptcha in Jetpack forms.
  • Fixed appearance of Beaver Builder editor with “Turn Off When Logged In” setting.
  • Fixed appearance of Contact Form 7 editor with “Turn Off When Logged In” setting.
  • Fixed appearance of Essential Addons editor with “Turn Off When Logged In” setting.
  • Fixed appearance of Gravity Forms editor with “Turn Off When Logged In” setting.
  • Fixed appearance of Fluent Forms editor with “Turn Off When Logged In” setting.
  • Fixed appearance of Forminator editor with “Turn Off When Logged In” setting.
  • Fixed appearance of Formidable Forms with “Turn Off When Logged In” setting.
  • Fixed appearance of Ninja Forms editor with “Turn Off When Logged In” setting.
  • Fixed appearance of WPForms editor with “Turn Off When Logged In” setting.
  • Fixed fatal error on Gravity Forms Entries page.
  • Fixed Elementor preview.
  • Fixed Ninja Forms preview.
  • Fixed hCaptcha nonce error on MailPoet admin pages.
  • Fixed frontend error when recaptcha was activated in wpDiscuz.

4.4.0

  • Added compatibility with Contact Form 7 Stripe integration.
  • Added compatibility with WPS Hide Login plugin.
  • Added compatibility with LoginPress plugin.
  • Improved compatibility with Wordfence Login Security plugin.
  • Updated MailPoet integration.
  • Fixed conflict with Ninja Forms Upload field.
  • Fixed Ninja Forms Ajax processing.
  • Fixed error in cron with Matomo Analytics.
  • Fixed error with the Elementor Checkout Element.
  • Fixed ignorance of Pro params in the Elementor admin editor.
  • Fixed inability to activate the Elementor Pro plugin when Elementor plugin is activated.
  • Fixed sending replies to wpDiscuz comments.
  • Fixed replies in the WP Dashboard with wpDiscuz active.
  • Fixed sending several wpDiscuz comments without a page reload.

4.3.1

  • Added a live form in the Contact Form 7 admin form view.
  • Fixed warnings and deprecation messages in admin when Contact Form 7 is active.
  • Fixed tag generator with the live form for Contact Form 7.
  • Fixed fatal error with Gravity Forms.

4.3.0

  • NOTE: the plugin has been renamed from “hCaptcha for WordPress” to “hCaptcha for WP”
  • Dropped support for PHP 7.0 and 7.1. The minimum required PHP version is now 7.2.
  • Added a live form in the Contact Form 7 admin editor.
  • Added support for Contact Form 7 embedded forms.
  • Added support for the WooCommerce Checkout block.
  • Added support for GiveWP block forms created via Form Builder.
  • Added check if a plugin or theme is installed before activation.
  • Added activation of dependent plugins with a theme.
  • Fixed missing sitekey error processing on General page.
  • Fixed naming of the first submenu item.
  • Fixed storing of check config events to the database.
  • Fixed notifications links in menu pages mode.
  • Fixed Firefox issue with not showing hCaptcha when the API script was delayed until user interaction.
  • Fixed error on activation/deactivation of a theme.
  • Fixed error on activating Brizy plugin.
  • Fixed issue with updated Brizy plugin.
  • Fixed issue with updated Divi EmailOptin module.
  • Tested with WordPress 6.6.
  • Tested with WooCommerce 9.0.

4.2.1

  • Fixed message layout on the General and Integrations pages.
  • Fixed processing of WooCommerce Register form.

4.2.0

  • The minimum required WordPress version is now 5.3.
  • Added support for Multisite Network Admin synced with network-wide plugin options.
  • Added selection by date range on Forms and Events pages.
  • Added automatic activation of dependent plugins on the Integrations page.
  • Added scrolling on the Integrations page during the search.
  • Fixed color flickering of hCaptcha placeholder with custom themes.
  • Fixed JS error on the Lost Password page.
  • Fixed missing site key notification on the General page.
  • Fixed fatal error on some sites during migration to 4.0.0.

4.1.2

  • Added option to have the hCaptcha admin menu under Settings.
  • Fixed the General admin page on the mobile.
  • Fixed Forms and Events admin pages on the mobile.

4.1.1

  • Added updating of the Custom Themes properties on the General page upon manual editing of the Config Params JSON.
  • Fixed a possible fatal error with third-party plugins using a Jetpack library.

4.1.0

  • Added Essential Blocks integration.
  • Added hideable columns to Forms and Events tables.
  • Admin menu moved to the toplevel with subpages.
  • Added a filter to change admin menu appearance.
  • Add modern dialog to the System Info admin page.
  • Add modern dialog to the Gravity Forms edit page.
  • Add modern dialog to the Ninja Forms edit page.
  • Tested with WooCommerce 8.8.

4.0.1

  • Added pagination to the Forms and Events pages.
  • Fixed PHP notice on the Forms page.

4.0.0

  • This major release adds a new Statistics feature and many admin improvements.
  • Added hCaptcha events statistics and Forms admin page.
  • Added Events admin page for Pro users.
  • Added Custom Theme Editor for Pro users.
  • Added Force option to show hCaptcha challenge before submit.
  • Added integration with Essential Addons for Elementor — the Login/Register form.
  • Added filter hcap_form_args to allow modifying form arguments.
  • Reworked Otter integration to follow Force and all other hCaptcha settings.
  • Fixed issue with Divi Contact Form Helper plugin and File Upload field.
  • Fixed showing an internal console message on the General page when reCaptcha compatibility was disabled.
  • Fixed racing condition with hCaptcha script loading.
  • Fixed checking nonce in CF7 for not logged-in users.
  • Tested with WooCommerce 8.7.

3.10.1

  • Added filter hcap_add_csp_headers to allow adding Content Security Policy headers.
  • Fixed Content Security Policy headers processing.

3.10.0

  • Tested with WordPress 6.5.
  • Tested with WooCommerce 8.6.
  • The minimum required WordPress version is now 5.1.
  • Added Force hCaptcha check before submit feature.
  • Added Elementor Pro Login integration.
  • Added Login/Signup Popup integration.
  • Added CoBlocks integration.
  • Added Enterprise parameters to the System Info page.
  • Added checking of Enterprise parameters before saving.
  • Improved translation on Settings pages.
  • Improved error reporting for Active hCaptcha on the General page.
  • Fixed hCaptcha error codes table.
  • Fixed Settings pages layout with Chrome 122.
  • Fixed Content Security Policy headers.
  • Fixed fatal error with Formidable Forms 6.8.2.

3.9.0

  • Added Spectra — WordPress Gutenberg Blocks integration.
  • Added Akismet integration.
  • Added test of hCaptcha completion before checking the site config.
  • Added site config check upon changing Enterprise params.
  • Added auto verify feature for forms in widgets.
  • Fixed site config check upon changing site and secret keys.
  • Fixed the list of themes after activation on the Integrations page.
  • Fixed jumping WooCommerce checkout page to hCaptcha on a page load.
  • Fixed missing hCaptcha on the Divi Comment Form.

3.8.1

  • Fixed activation and deactivation of plugin and themes on the Integrations page.

3.8.0

  • Added search of plugin and themes on the Integrations page.
  • Added toggling of sections on the General page.
  • Added new dialog on activation and deactivation of plugin and themes.
  • Added selection of a new theme on deactivation of the current one.
  • Added ‘backend’ to optional Enterprise settings.
  • Added filter hcap_api_host, allowing to filter the API host.
  • Added filter hcap_api_src, allowing to filter the API source url with params.
  • Updated integration with Back In Stock Notifier.
  • Fixed Brevo (formerly Sendinblue) plugin position on Integrations page.
  • Fixed testing config with test accounts.
  • Fixed saving Notification state.
  • Fixed compatibility of Ninja Forms with GeoDirectory.
  • Fixed compatibility of Beaver Builder with GeoDirectory.
  • Fixed compatibility of Divi with GeoDirectory.
  • Fixed compatibility of MailPoet with GeoDirectory.
  • Fixed compatibility of Passster with GeoDirectory.
  • Fixed styles of Settings pages on mobile.

3.7.1

  • Fixed adding arguments to api.js for Enterprise accounts.

3.7.0

  • Tested with WooCommerce 8.5.
  • Added optional Enterprise settings.
  • Fixed improper display of the “rate plugin” message on options.php.
  • Fixed colored border of hCaptcha challenge arrow.

3.6.0

  • Tested with WooCommerce 8.4.
  • Added compatibility with BuddyPress 12.0.
  • Added hCaptcha tag to Contact Form 7 Admin Editor.
  • Added support for WPForms embedded forms.
  • Added Affiliates Login Form integration.
  • Added Affiliates Register Form integration.
  • Improved login forms security.
  • Improved inline scripts to optimize page load time.
  • Improved Integrations settings page – the Save Changes button moved up for better user experience.
  • Fixed hCaptcha position in BuddyPress.
  • Fixed hCaptcha position in wpDiscuz.
  • Fixed fatal error in Brizy integration.
  • Fixed auto-detection of hCaptcha language.
  • Fixed and added some translations.

3.5.0

  • Tested with PHP 8.3.
  • Tested with WooCommerce 8.3.
  • Added hCaptcha field to Gravity Forms admin editor.
  • Added hCaptcha field to Ninja Forms admin editor.
  • Added invisible hCaptcha support for Ninja Forms.
  • Added the ability to process customized MailChimp forms.
  • Added HTML Forms integration.
  • Added the Auto Theme option to follow light/dark theme settings on site.
  • Added support for WP Twenty Twenty-One theme dark mode.
  • Added support for WP Dark Mode plugin.
  • Added support for Droit Dark Mode plugin.
  • Added ability to activate/deactivate themes from the Integrations settings page.
  • Fixed loading of local .mo files.
  • Fixed inability to send Divi Contact Form.
  • Fixed MailPoet issues in admin.

3.4.1

  • Tested with WordPress 6.4.
  • Tested with WooCommerce 8.2.
  • Added MailPoet integration.
  • Added Simple Download Monitor integration.
  • Added WP Job Openings integration.
  • Added Simple Basic Contact Form integration.
  • Added Easy Digital Downloads Login Form integration.
  • Added Easy Digital Downloads Lost Password Form integration.
  • Added Easy Digital Downloads Register Form integration.
  • Added purging of old failed login data to keep the hcaptcha_login_data option size small.
  • Fixed compatibility with HPOS in WooCommerce.
  • Fixed fatal error caused by broken backward compatibility in the Ultimate Member 2.7.0.
  • Fixed SystemInfo on multisite.
  • Fixed the missing dependency of WooCommerce checkout script.
  • Fixed fatal error occurred during login under some conditions.
  • Fixed the inability to send the Divi Contact Form when Divi Email Optin was active.

3.3.3

  • Added compatibility with LearnDash.
  • Added requirement to check the site config after changes in credentials.
  • Added filter hcap_login_limit_exceeded, allowing to filter the login limit exceeded status.
  • Changed Brevo (formerly Sendinblue) logo.
  • Fixed activation of hCaptcha with empty keys.
  • Fixed autocomplete of the Site Key field by LastPass.
  • Fixed form detection for Auto-Verify.
  • Fixed Brevo form working in the post content only.
  • Fixed hCaptcha not loading correctly for a Brevo form.
  • Fixed Passster form working in the post content only.
  • Fixed LearnDash form working in the post content only.
  • Fixed auto-verify form not working on the homepage.

3.3.2

  • Improved Beaver Builder login sequence.
  • Improved Classified Listing login sequence.
  • Improved Divi login sequence.
  • Improved MemberPress login sequence.
  • Improved Paid Membership Pro login sequence.
  • Improved Profile Builder login sequence.
  • Improved Ultimate Member login sequence.
  • Improved Wordfence login sequence.
  • Improved native WordPress login sequence.
  • Fixed login error when WP Login form option was 'on' and WC Login form option was 'off'.
  • Fixed compatibility with WPS Hide Login.
  • Fixed compatibility with All-In-One Security.
  • Fixed compatibility with Rename wp-admin Login.

3.3.0

  • Color scheme in admin UI has been updated.
  • Added compatibility with Passster.
  • Added compatibility with Theme My Login.
  • Added compatibility with Gravity Perks Nested Forms.
  • Added compatibility with Wordfence Login Security.
  • Added compatibility with Wordfence Security.
  • Added compatibility with UsersWP.
  • Added compatibility with Kadence Advanced Form.
  • Improved support for a Kadence simple form.
  • Replaced deprecated ajaxStop events.
  • Fixed error on a Classified Listing Login form.
  • Fixed admin page title.

3.2.0

  • Tested with WooCommerce 8.0.
  • Added ability to use hCaptcha field provided by the Fluent Forms plugin.
  • Added ability to use hCaptcha field provided by the Forminator plugin.
  • Added ability to use hCaptcha field provided by the Quform plugin.
  • Added hCaptcha reset to allow sending an Elementor form several times without reloading the page.
  • Added hCaptcha reset to allow sending a Forminator form several times without reloading the page.
  • Added hCaptcha reset to allow sending a Quform form several times without reloading the page.
  • Blocked hCaptcha settings on Fluent Forms admin pages with a notice having a link to the hCaptcha plugin General settings page.
  • Blocked hCaptcha settings on Forminator admin pages with a notice having a link to the hCaptcha plugin General settings page.
  • Blocked hCaptcha settings on Quform admin pages with a notice having a link to the hCaptcha plugin General settings page.
  • Fixed Fluent Forms submit error.
  • Fixed positioning of hCaptcha in Fluent Form.
  • Fixed deprecation errors in debug.log that occurred with Fluent Forms.
  • Fixed Forminator form display error.
  • Fixed dynamic display of settings in sample hCaptcha.

3.1.0

  • Added notification system.
  • Fixed mode selection for sample hCaptcha on the General settings page.

3.0.1

  • Fixed error on Contact Form 7 validation.
  • Fixed checkboxes disabled status after activation of a plugin on the Integrations page.

3.0.0

  • Dropped support for PHP 5.6. The minimum required PHP version is now 7.0.
  • Tested with WordPress 6.3.
  • Tested with WooCommerce 7.9.
  • Added hCaptcha config check to the General settings page.
  • Added dynamic display of settings in sample hCaptcha.
  • Added compatibility with Ajax Gravity Forms.
  • Added compatibility with Profile Builder.
  • Added compatibility with an Easy Digital Downloads Checkout form.

See changelog for all versions.

VIP777 login Philippines Ok2bet PRIZEPH online casino Mnl168 legit PHMAYA casino Login Register Jilimacao review Jl777 slot login 90jili 38 1xBet promo code Jili22 NEW com register Agila Club casino Ubet95 WINJILI ph login WINJILI login register Super jili168 login Panalo meaning VIP JILI login registration AGG777 login app 777 10 jili casino Jili168 register Philippines APALDO Casino link Weekph 50JILI APP Jilievo xyz PH365 casino app 18JL login password Galaxy88casino com login superph.com casino 49jili login register 58jili JOYJILI apk Jili365 asia ORION88 LOGIN We1win withdrawal FF777 casino login Register Jiligo88 philippines 7777pub login register Mwgooddomain login SLOTSGO login Philippines Jili188 App Login Jili slot 777 Jili88ph net Login JILIMACAO link Download Gcash jili login GG777 download Plot777 app download VIPPH register Peso63 jili 365.vip login Ttjl casino link download Super Jili 4 FC178 casino - 777 slot games JILIMACAO Philippines S888 register voslot LOVE jili777 DOWNLOAD FK777 Jili188 app CG777 app 188 jili register 5JILI login App Download Pkjili login Phdream Svip slot Abcjili6 App Fk777 vip download Jili888 register 49jili VIPPH register Phmacao co super Taya777 link Pogo88 real money Top777 app VIP777 slot login PHMACAO 777 login APALDO Casino link Phjili login Yaman88 promo code ME777 slot One sabong 888 login password PHMAYA casino Login Register tg777 customer service 24/7 Pogibet slot Taya777 org login register 1xBet live Acegame888 OKBet registration JILIASIA Promotion Nice88 voucher code AgilaClub Gaming Mnl168 link Ubet95 free 50 PHMAYA casino login JLBET 08 Pb777 download 59superph Nice88 bet sign up bonus Jiliyes SG777 download apk bet88.ph login JILIPARK casino login Register Philippines PHMAYA APK CC6 casino login register mobile PHMACAO com download MWPLAY app JILIPARK Download Jili999 register link download Mnl646 login Labet8888 download 30jili jilievo.com login Jollibee777 open now LOVEJILI 11 18JL casino login register Philippines JILIKO register Philippines login Jililuck 22 WJPESO casino PHMAYA casino login Jili777 login register Philippines Ttjl casino link download W888 login Register Galaxy88casino com login OKBet legit tg777 customer service 24/7 Register ROYAL888 Plot777 login Philippines BigWin Casino real money PHLOVE 18JL PH 18JL casino login register Philippines SG777 Pro Taya777 pilipinong sariling casino Jiligames app MNL168 free bonus YesJili Casino Login 100 Jili casino no deposit bonus FC178 casino free 100 Mwcbet Download Jili888 login Gcash jili download JILIMACAO 123 Royal888 vip 107 Nice888 casino login Register FB777 link VIPPH app download PHJOIN 25 Ubet95 legit phcash.vip log in Rrrbet Jilino1 games member deposit category S888 live login FF777 download FC777 VIP APK ME777 slot Peso 63 online casino OKGames app Joyjili customer service superph.com casino FB777 Pro Rbet456 PH cash online casino Okbet Legit login taruhan77 11 VIPPH 777Taya win app Gogo jili 777 Plot777 login register Bet99 app download Jili8989 NN777 VIP JP7 fuel Wjevo777 download Jilibet donnalyn login Register Bossjili ph download 58jili login registration YE7 login register FC777 new link login 63win register Crown89 JILI no 1 app Jili365 asia JLBET Casino 77PH fun Jili777 download APK Jili8 com log in CC6 casino login register mobile ph365.com promotion phjoin.com login register 77PH VIP Login download Phdream live chat Jlslot2 Me777 download Xojili legit PLDT 777 casino login Super Jili Ace Phdream 44 login Win888 casino JP7 Bp17 casino login TTJL Casino register FB777 slot casino Jili games online real money phjoin.com login register BET99 careers ORION88 LOGIN Plot777 login Philippines Labet8888 login JILI Official Pogibet app download PH777 casino register LOVEJILI app Phvip casino VIP jili casino login PHMACAO app 777pnl legit YE7 casino online Okbet download CC6 bet app 63win club Osm Jili GCash LOVEJILI 11 Www jililive com log in Jili58 casino SuperAce88 JiliLuck Login Acegame 999 777pnl promo code MWPLAY good domain login Philippines Pogo88 app Bet casino login Superph98 18jl app download BET999 App EZJILI gg 50JILI VIP login registration Jilino1 new site pogibet.com casino Jili Games try out Gogojili legit 1xBet Aviator WINJILI ph login Jili168 register How to play Jili in GCash 777pnl PHDream register login JILISM slot casino apk FB777 c0m login EZJILI Telegram MWCASH88 APP download Jili88 vip03 APaldo download 1xBet 58JL Casino 58jl login register Jili scatter gcash OKJL slot jili22.net register login 10phginto APaldo 888 app download 1xBet live FC178 Voucher Code 58jl Jili888 ph Login 365 Jili casino login no deposit bonus JP7 VIP login PHBET Login registration 58jili login registration VVJL online Casino Club app download Jili77 login register Jili88 ph com download KKJILI casino WJ peso app Slot VIP777 BigWin69 app Download Nice88 bet Suhagame philippines Jiliapp Login register Qqjili5 Gogo jili helens ABJILI Casino OKJL download 1xBet login mobile Pogibet 888 777 game Okgames casino login Acegame888 Bet86 promotion Winph99 com m home login JP7 VIP login 20phginto VIPPH register KKJILI casino OKJILI casino Plot777 app download NN777 register bossphl Li789 login Jiligo88 app Mwcbet Download Betjilivip Https www BETSO88 ph 30jili Https www BETSO88 ph Jilievo Club Jili888 register Jili777 download APK JILI77 app download New member register free 100 in GCash 2024 Royal888casino net vip JOLIBET withdrawal MW play casino Jili365 login FB777 Pro Gold JILI Bet99 registration 55BMW red envelope Bet199 login philippines JILI188 casino login register download Phjoin legit or not Bigwin 777 Bigwin pro Apaldo PH pinasgame JILIPARK Login registration JiliApp ph04 Ph143 Jili168 login app Philippines MW Play online casino APK 77tbet register 8k8t Bigwin casino YE7 Download App Ph365 download apk Acejili Ph888 login S888 juan login 63win withdrawal Okbet cc labet 8888.com login password Mwbet188 com login register Philippines MNL168 net login registration kkjili.com download Jili888 Login registration Abc Jili com Download JILIPARK casino login Register Download AbcJili customer service live777. casino Jilievo casino jilievo APP live casino slots jilievo vip Jolibet legit PH888 login Register 888php register 55BMW win Mwbet188 com login register Philippines AbcJili customer service Jili88 ph com app 200Jili App MAXJILI casino ROYAL888 deposit mi777 Jili games free 100 ACEGAME Login Register Jilibet donnalyn login Voslot register Jilino1 live casino 18jl login app apk JILI Vip777 login Phtaya login Super Ace casino login Bigwin 777 Ubet95 free 190 superph.com casino Jili22 NEW com register SG777 win Wjpeso Logo 1xBet login mobile Jili88 casino login register Philippines sign up Okbet cc Agg777 slot login Phv888 login P88jili download jiliapp.com- 777 club Fish game online real money One sabong 888 login password QQJili Taya365 slot mnl168.net login Taya365 download Yes Jili Casino PHMACAO APK free download 365 casino login Bigwin 29 JILISM slot casino apk Wow88 jili777.com ph 888php login 49jili VIP Jilino1 legit SG777 slot Fish game online real money Voslot free 100 18jl login app apk OKJL app Jili22 NEW com register Nice88 free 120 register no deposit bonus Sugal777 app download 288jili PHJOIN VIP com Register Jl77 Casino login KKjili com login Lovejili philippines Pogo88 casino SLOTSGO VIP login password Jili22 net register login password Winph 8 we1win 100 Jili slot 777pnl promo code Sg77701 Bet88 download for Android PH365 casino Royal Club login Jili88 casino login register MWPLAY login register Jilibay Promotion 7SJILI com Register FC777 casino link download Royal meaning in relationship OKBET88 AbcJili customer service 777ph VIP BOSS JILI login Register 200Jili App KKJILI casino login register maxjili Mwcbet legit JILIASIA 50 login Milyon88 com casino login 8k8app17 Royal slot Login Phmacao rest 338 SLOTSGO Ph888 login PHGINTO com login YY777 app Phdream register Jili22 net register login password Lucky Win888 Jiligames API Agila club VIP 77PH VIP Login download Acegame888 register PHMAYA Download Jili88 online casino 7XM Lovejili philippines 63win register Jilimax VOSLOT 777 login 18JL Casino Login Register JILIASIA 50 login 50JILI VIP login registration 7XM com PH Nice888 casino login Register 58jl Jili168 casino login register download Timeph philippines 90jilievo Jili88 casino login register OKBet legit JILI slot game download Bet99 promo code 58jili app 55BMW com PH login password KKjili casino login bet999 How to play Jili in GCash BigWin69 app Download OKJL Milyon88 com casino login phdream 888php register Ph888 PH777 registration bonus JLBET Asia LOVEJILI download Royal Casino login 646 ph login Labet8888 review JLBET Casino Jili888 ph Login Wjpeso Wins JILIMACAO 666 Jiliplay login register JILIAPP com login Download JiliLuck download WIN888 PH JL777 app Voslot777 legit Pkjili login 20jili casino Jolibet login registration Phjoin legit or not Milyon88 com casino register JILI apps download 88jili login register Jili 365 Login register download 11phginto Jili777 vip login Ta777 casino online Swertegames Taya365 download 777PNL online Casino login Mi777 join panalo 123 JILI slot 18jili link Panalo lyrics Jiliplay login philippines yaman88 Bet88 login Jili888 Login registration FF777 TV Ok2bet app Pogibet casino philippines Www jilino1 club WOW JILI secret code AB JILI Jili168 online casino BET99 careers Go88 slot login JILI Vip777 login CG777 Casino link OKBet GCash www.50 jili.com login WINJILI download Lucky bet99 Acegame888 77ph com Login password ACEGAME Login Register ACEGAME casino Swerte88 login password Wj slots casino APALDO Casino Phjoin slot JLBET com JLBET ph Taya777 org login 49jili slot Svip slot Jili77 download APK 200jiliclub Bet199 philippines Jili888 Login registration 88jili withdrawal phjoin.com login register Swerte88 login registration Voslot777 legit Superph11 AAA JILI app download Www jililive com log in VIP777 Casino login download Jili77 download APK Jilibet donnalyn login Register JILICC sign up Pogibet app download www.mwplay888.com download apk Jili68 Jililuck App Download APK Yy777 apk mod Jili77 vipph.com login labet8888.com app Phdream live chat Ph646 login register mobile 7777pub download Jolibet Fortune Tree 90JILI app 18JL login Philippines JLSLOT login password 50JILI fun m.nn777 login 88jili withdrawal PH Cash Casino APK 888PHP Casino LINK Boss jili app download Jili999 login register FB777 download APK Free 100 promotion JILIPARK Download VIP PH casino JILIHOT ALLIN88 login 8K8 com login PHMAYA casino login 58jili withdrawal Ubet95 free 100 no deposit bonus KKJILI online casino M GG777 100jili APP JILI888 slot download PHBET88 Jili Games demo 1xBet OKJL Casino Login Nice888 casino login Register Betso88 App download APK VIP777 app Gcash jili register 1xBet registration 58jili withdrawal Jili63 Suhagame23 218 SLOTSGO AGG777 login Philippines Bay888 login JILIVIP 83444 PHCASH com casino login Jilievo 666 Jili 365 VIP register PHMAYA link PH cash VIP login register Yaman88 casino JP7 VIP We1Win download free rbet.win apk Jili168 casino login register download Milyon88 com casino register 18JL login app 88jili withdrawal AAA Casino jilibet.com register Winjili55 UG777 login app PH777 download Jili365 bet login app Osm Jili GCash 77tbet philippines GI Casino login philippines 88jili login FC178 casino free 100 SG777 Com Login registration Nice88 free 100 Oxjili Royal777 Top777 login FB777 live 200jili login Gogojili legit Yes Jili com login phcash.vip casino Sugal777 app download 58JL app Login Panalo login JILI games APK Lucky99 Slot login Jili scatter gcash 7XM APP download FB JILI casino login download PHMACAO app ROYAL888 Link Alternatif ACEPH Casino - Link 55bmw.com casino Timeph app Osm Jili GCash M GG777 Ubet95 login Jiligo88 CG777 Casino Philippines Tayabet login Boss jili app download YY777 app download Nice88 free 120 register no deposit bonus Bossjili7 XOJILI login 68 PHCASH login ezjili.com download apk Jili 365 VIP APK Milyon88 pro Jili88 casino login register download Jili online casino AgilaPlay Jili scatter gcash 7777pub login CC6 app bonus JK4 online PHJOIN casino Joyjili login register 22phmaya 5JILI Casino login register Betso88 VIP Winph 8 Phmacao rest JILI Slot game download free s888.live legit APALDO Casino link Plot 777 casino login register Philippines Ph646wincom Jili168 login app Philippines KKJILI casino Apaldo PH Phdream live chat Slot VIP777 PH888BET 22 phginto 50JILI APP MWPLAY login register Slotph We1Win apk VIP777 slot login Nice88 PRIZEPH online casino Jilipark App 7XM app for Android Jili58 Jili168 free 100 APALDO 888 CASINO login APaldo download Jiliasia8 com slot game phcash.vip casino OKJL Casino Login YY777 live Jili888 register Winjiliph QQ jili casino login registration Abcjili5 NN777 register Phvip casino Taya 365 casino login OKBet app Osm Jili GCash Nice88 free 100 5JILI Casino login register Bet88 app download 5 55bmw vip Jlph11 JILI slot casino login Nice88 bet sign up bonus JILI Slot game download for Android Abc Jili com Download FF777 TV Peso 63 online casino MILYON88 register free 100 7777pub JILIASIA 50 login CC6 online casino latest version Royal Club apk 1xBet login registration CG777 Casino Philippines 1xBet app Mwcbet net login Password LOVEJILI 21 FBJILI Now use Joyjili Promo code JILI188 casino login register download PHMACAO SuperPH login AGG777 login app Peso 63 online casino filiplay Sugal777 app download Galaxy88casino com login EZJILI Telegram JiliApp ph04 Jilino1 com you can now claim your free 88 PHP download 63win Coupon Code PHDream 8 login register Philippines MNL168 website CC6 online casino register login 3jl app download apk Jlph7 TA777 com Login Register password 5jili11 FF777 casino login Register KKJILI casino login register 10 JILI slot game 3JL login app Jili100 APP Winjili55 Milyon88 info Jilino1 VIP login YE7 bet sign up bonus Apaldo games Wj casino app AbcJili win.ph log in Jili22 VIP 204 SG777 Jl77 Casino login YY777 app download Jilimacao Okjl space Wjevo777 download Ubet95 free 100 no deposit bonus PHMAYA APK Xojili legit 77PH bet login Taya365 pilipinong sariling casino LOVEJILI AAAJILI Casino link Jollibee777 How to play mwplay888 18jl app download jilievo.com login password VIP PH casino mnl168.net login JiliLuck download Win2max casino 777PNL download app Ubet Casino Philippines Win888 Login Jili88 casino login register Philippines sign up Bet99 APK 18JL casino Login register Download Naga888 login JLPH login PHMACAO APK free download How to register Milyon88 Royal888ph com login JiliCC entertainment WINJILI customer service PHBET88 Jili888 Login Philippines SG777 slot FBJILI Jili365 bet login app Ubet95 free 100 no deposit bonus Taya 365 casino login LOVEJILI Jili777 free 150 YE7 casino login register download QQJili 58jili login Download S888 sabong Gi77 casino Login taya777 customer service philippines number 24/7 WINJILI customer service Https www wjevo com promocenter promotioncode Nice99 casino login Phdream 44 login Mi777app 777PNL online Casino login phjl.com casino JILILUCK promo code Pogibet 888 login BigWin Casino legit Jolibet app download Jilli pogibet.com casino JP7 VIP login Ug7772 Phjoy JILIMACAO 123 PH143 online casino jili365.bet download PH cash VIP login register Abc Jili Register Mwgooddomain login 58JL Casino link 365 Jili casino login no deposit bonus JILIEVO Casino 777 60win OKGames casino 49jili VIP kkjili.com app JILIPARK casino login Register Philippines Agila Club casino OKGames GCash OKBet casino online S888 juan login Yaman88 log in Winph99 com m home login Jili88 casino login register Winjiliph CG777 Casino LOGIN Register Ubet Casino Philippines Agilaclub review Is 49jili legit ph646 JLBET link JiliCC entertainment Jilicity withdrawal Ta777 casino online Jili777 login register Philippines JP7 coupon code Milyon88 one Ug7772 Jilibet casino 77PH VIP Login download Jili live login 68 PHCASH 7XM APP download Boss jili login MWCASH88 APP download Jilicity login Acegame888 real money LIKE777 JILILUCK app JiliBay Telegram Bet199 login philippines Ph646wincom PHJOIN login OKGames register JILIASIA withdrawal Panalo login 88jili Login Philippines Wjevo777 download phjl.com casino Fcc777 login Labet8888 login JILI8998 casino login PHJL Login password Jilibay Voucher Code 28k8 Casino P88jili download 49jili apps download Fk777city we1win CG777 Casino login no deposit bonus MW play casino FF777 casino login Register Philippines download JILIAPP com login Download Bet199 PHGINTO com login Bet88 bonus Sw888 withdrawal Vvjl666 Jiliapp 777 Login QQ jili login Jilicity download Jili188 login Philippines Timeph philippines Casino Club app download Nice88 bet login registration Bay888 login PH Cash casino download Jiliko777 Nice88 PH 777pnl Jiliplay login register JILI VIP casino cg777 mwcbets.com login Fbjili2 JILIAPP download 7xm login 77jl.com login JILI Slot game download for Android MWPLAY app superph.com casino Nice88 free 120 WJ peso app Jili58 register 3jl app download apk Betso88 link OKGames login free JILIASIA 888 login 58jl login register Jilibet888 68 PHCASH login Jili88ph net register 55BMW Casino app download APK Abc Jili com Download FB777 register login Philippines Jilievo org m home JiliLuck download jlbet.com login register Jp7 casino login 18JL Casino Login Register YE7 casino APK prizeph Boss jili login Royal logo FC178 casino - 777 slot games Taya777 pilipinong sariling casino Ph888 MWPLAY app @Plot777_casino CG777 login BOSS JILI login Register JILI PH646 login Vvjlstore Mi777 casino login Download Okgames redeem code 50JILI VIP login registration Bet88 login AGG777 login Philippines JILIMACAO Yesjili com legit P88jili com login OKBET88 Gold JILI VIP PH casino VIP PH log in bet88.ph legit kkjili.com app JiliLuck Login JILI Vip777 login 63win withdrawal bet999.ph login m.nn777 login 58JL 8k8app17