Descripció
Double Opt-In Helper is a WordPress plugin that helps developers implement the double opt-in process in their plugins.
What is double opt-in?
Double opt-in is a procedure used to confirm users’ consent. Today, service providers are often required to obtain clear consent from users before collecting or using their personal data, and in some situations, asking the user to tick an «I agree» checkbox is not sufficient. Double opt-in serves a useful role in such situations.
A typical double opt-in process starts by the service provider sending an email message to the user. The message includes a URL link to the provider’s website and asks the user to click the link if they agree on conditions. Usually, the URL includes some sort of unique random code that works as a token to confirm the user’s consent.
By doing this, the service provider can confirm that the real user (not a bot or someone else) has consented, because only the user should be able to access messages to their email address.
For details on how to use it, see Double Opt-In Helper on contactform7.com.
Instal·lació
- Upload the entire
doi-helperfolder to the/wp-content/plugins/directory. - Activate the plugin through the Plugins screen (Plugins > Installed Plugins).
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«Double Opt-In Helper» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradors“Double Opt-In Helper” s’ha traduït a 2 configuracions regionals. Gràcies als traductors per les seves aportacions.
Traduïu «Double Opt-In Helper» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.1
- Bumps up the minimum required WordPress version to 7.1.
- Bumps up the minimum required PHP version to 8.3.
- Changes the author name to Rock Lobster Inc. (a Japan-based company that the original author, Takayuki Miyoshi, owns)
- Improves the post type capabilities definition.
1.0
- Bumps up the minimum required WordPress version to 6.1.
- Bumps up the minimum required PHP version to 7.4.