mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
Update 1.0.69
This commit is contained in:
@@ -392,6 +392,14 @@ $this->sections[] = array(
|
||||
'default' => get_bloginfo('admin_email'),
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'email_html',
|
||||
'type' => 'switch',
|
||||
'title' => __( 'Use HTML for E-mails?','ultimatemember' ),
|
||||
'default' => 0,
|
||||
'desc' => __('If you enable HTML for e-mails, you can customize the HTML e-mail templates found in <strong>templates/email</strong> folder.','ultimatemember'),
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'welcome_email_on',
|
||||
'type' => 'switch',
|
||||
|
||||
Reference in New Issue
Block a user