开发者 |
dornaweb
pelentak |
---|---|
更新时间 | 2024年8月31日 01:15 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.6.1 |
版权: | GNU GPL V2. or later |
版权网址: | 版权信息 |
tpl/emails
directory, and the file for verification email is called verify.php
which is the default template for english
language
however you can add your own language-specific template file by duplicating verify.php
and renaming it to verify-LOCALE_CODE.php
for example for Portuguese ( Brazil ) you can add a file named verify-pt_BR.php
( you can get your wordpress installation locale code with get_locale() )
There are also dw_verify_email_template_path
and dw_verify_email_template_args
filters available if you want to make modifications from your theme\'s functions.php
3rd-party scripts included
WP_MAIL ( for sending templated emails )
Once you activate it, new users that register on your site must verify their email address by a confirmation link which is sent to their email address, otherwise they won't be able to log-in.