开发者 | jamsheedkm |
---|---|
更新时间 | 2024年11月22日 16:48 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Express Checkout
plugin)./wp-content/plugins/jkm-checkout-captcha-for-woo
directory, or install the plugin through the WordPress plugins screen directly.You can access the Checkout Captcha settings by navigating to WooCommerce > Checkout Captcha in the WordPress admin dashboard.
The plugin settings include three tabs:
After submitting your site key and secret key in the Configuration tab, you will see a test captcha wizard in the header. You can test the reCAPTCHA setup directly from the admin panel to ensure that everything is functioning correctly.
After testing the reCAPTCHA response in the admin panel, you will see a success message in the menu header: "Success! reCAPTCHA seems to be working correctly with your API keys."
In the WooCommerce Forms tab, you can select a widget location for reCAPTCHA using a dropdown menu. Available options include:
jkmccfw_checkout_captcha_position_hook
).In the WooCommerce Forms tab, there is a checkbox labeled Guest Checkout Only. By checking this box, you can control whether reCAPTCHA is displayed for guest users during the checkout process.
Yes, in the Configuration tab, you can select the reCAPTCHA theme, choosing between light and dark themes to match your store's design.
Absolutely! The plugin provides hooks and filters for advanced customization. You can use the following filters to customize the reCAPTCHA positioning and functionality:
jkmccfw_checkout_captcha_position_hook
: Customize the hook for displaying the reCAPTCHA.jkmccfw_checkout_captcha_position_hook_priority
: Set the priority for the reCAPTCHA display hook.If the site key and secret key are not provided, the reCAPTCHA will not be displayed on the checkout or forms, and you will lack protection against spam and bot transactions.