From d408942c90d4c1213337c6eec962b1ab711df887 Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Tue, 18 Jul 2023 14:36:02 +0300 Subject: [PATCH] - fixed default settings values; --- includes/class-config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/class-config.php b/includes/class-config.php index 67a45e66..4e7eb202 100644 --- a/includes/class-config.php +++ b/includes/class-config.php @@ -580,7 +580,9 @@ if ( ! class_exists( 'um\Config' ) ) { 'um_profile_object_cache_stop' => 0, 'rest_api_version' => '2.0', 'member_directory_own_table' => 0, + 'profile_show_bio' => false, 'profile_show_html_bio' => 0, + 'profile_bio_maxchars' => 180, 'profile_noindex' => 0, 'activation_link_expiry_time' => '', 'lock_register_forms' => false,