內容簡介
這個外掛將會加入一個短碼,可用於防止惡意軟體從你在 WordPress 編輯器中輸入的電子郵件地址中進行大量收集。
使用方法:只需在 [email] 短碼中包裹你的電子郵件地址:
[email][email protected][/email]
結果將是一個超連結的電子郵件地址,可點擊以發送電子郵件。
該外掛使用 WordPress 內建的 antispambot() 函數,將電子郵件地址字符轉換為 HTML 實體,而這些實體無法被惡意軟體讀取,但可以在瀏覽器中正常顯示。如需有關 WordPress 函數的更多信息,請參閱 Codex:https://codex.wordpress.org/Function_Reference/antispambot
外掛標籤
開發者團隊
原文外掛簡介
This plugin will add a shortcode that can be used to stop spambots from harvesting emails entered into your WordPress editor while creating pages or posts.
To use, just wrap your email address in the [email] shortcode:
[email][email protected][/email]
The result will be a hyperlinked email address that can be clicked on to send email.
The plugin uses WordPress’s built-in antispambot() function which converts email address characters to HTML entities which are not read by spambots, but can be viewed properly in the browser. For more info on the WordPress function read up in the Codex – https://codex.wordpress.org/Function_Reference/antispambot
