內容簡介
此外掛創建了一個響應式的登入、註冊和聯絡我們的表單,並包含了驗證碼功能。這些表單是透明的,可以透過shortcode放置在任何主題的任何位置。此外,此外掛可解決聯絡表單無法在一些伺服器上發送電子郵件、註冊和聯絡表單中的機器人垃圾註冊,以及將登入和註冊鏈結重新導向以完成WordPress安裝的“標準化”處理。 若要使用,請創建一個名為“register”的WordPress頁面,然後在需要表單的任何位置放置以下代碼。登入= [gwb_login_form]註冊 = [gwb_register_form]聯繫= [gwb_contact_form]。此外掛將默認使用管理員的電子郵件,但您可以填寫$to_args數組以添加多個電子郵件接收者。您還可以更改頁面的名稱,目前頁面的別名為/register。所有選項都必須在php中硬編碼。
外掛標籤
開發者團隊
原文外掛簡介
This plugin creates a Responsive Login, Register and Contact us Form with captcha. These forms are Transparent and can be placed via shortcode anywhere on any theme you like. It corrects the Contact Form not sending emails on finicky servers, robot spam sign ups via the registration and contact forms, and redirecting of the Login and Register links to complete a “Normalizing” of the WordPress Installation. To use create a WordPress page with the slug register. Then place these codes where you want the forms. Login = [gwb_login_form] Register = [gwb_register_form] and Contact = [gwb_contact_form]. The plugin defaults to the administrators email but you can fill in the $to_args array with more emails for multiple mail recipients. You can also change the name of the page which at the moment the slug is /register . All options must be hard coded in php.
