mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- transferring emails to UM2.0 logic;
- first install email notifications settings;
This commit is contained in:
@@ -361,7 +361,7 @@ if ( ! class_exists( 'um\Config' ) ) {
|
||||
'admin_email' => get_bloginfo('admin_email'),
|
||||
'mail_from' => get_bloginfo('name'),
|
||||
'mail_from_addr' => get_bloginfo('admin_email'),
|
||||
'email_html' => 0,
|
||||
'email_html' => 1,
|
||||
'image_compression' => 60,
|
||||
'image_max_width' => 1000,
|
||||
'cover_min_width' => 1000,
|
||||
|
||||
Reference in New Issue
Block a user