- added option for hide_in_members default setting;

This commit is contained in:
nikitasinelnikov
2020-01-14 23:48:33 +02:00
parent 5006ac83fb
commit 455287f05c
6 changed files with 79 additions and 15 deletions
+1
View File
@@ -532,6 +532,7 @@ if ( ! class_exists( 'um\Config' ) ) {
'account_email' => 1,
'account_general_password' => 0,
'account_hide_in_directory' => 1,
'account_hide_in_directory_default' => 'No',
'account_require_strongpass' => 0,
'photo_thumb_sizes' => array( 40, 80, 190 ),
'cover_thumb_sizes' => array( 300, 600 ),