Double Opt-In Helper

外掛說明

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.

安裝方式

  1. Upload the entire doi-helper folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins screen (Plugins > Installed Plugins).

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Double Opt-In Helper〉的開發相關工作。

參與者

〈Double Opt-In Helper〉外掛目前已有 2 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Double Opt-In Helper〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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.