开发者 | tehling |
---|---|
更新时间 | 2025年7月12日 22:16 |
捐献地址: | 去捐款 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
otp-content-protect
folder to your /wp-content/plugins/
directory. Alternatively, find and install it directly via the "Add New" plugin screen.No, and that is the plugin's main advantage. A user only needs to enter the one-time password you provide. No WordPress user account is required.
In the admin overview, you can edit any used OTP and reset it with a single click. This clears the usage timestamp and makes the password immediately valid again.
Yes. When you delete the plugin from the WordPress admin area, the included uninstall.php
file ensures the associated database table (<prefix>_otpcp_protect
) is cleanly removed.
Yes. You can create multiple different and simultaneously active OTPs for the same piece of content. Each one will be validated correctly upon entry.
WordPress.DB.PreparedSQL.NotPrepared
false-positive errors by adding specific phpcs:ignore
comments to pass the "Plugin Check" tool cleanly.otpcp_
prefix to prevent conflicts.