开发者 | khubaib411 |
---|---|
更新时间 | 2025年8月22日 18:30 |
PHP版本: | 5.0 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
khubaibtech-otp-registration-shield
folder to the /wp-content/plugins/
directory.This version integrates with the default WordPress registration form. Integration with plugins like WooCommerce or other form builders is not supported at this time.
Yes. The one-time code is stored temporarily using secure WordPress transients with a 5-minute expiration. All communication is handled via secure WordPress AJAX and verified with nonces.
Absolutely! Go to Settings > OTP Registration Shield in your admin dashboard to customize the email subject and body.
wp_enqueue_scripts
, wp_add_inline_style
, and wp_add_inline_script
functions._e()
with esc_html_e()
for secure, escaped output.