- added UM setting;

This commit is contained in:
nikitasinelnikov
2021-04-09 15:25:01 +03:00
parent 01820b6b07
commit fc2ab58dfe
4 changed files with 21 additions and 1 deletions
+1
View File
@@ -577,6 +577,7 @@ if ( ! class_exists( 'um\Config' ) ) {
'member_directory_own_table' => 0,
'profile_show_html_bio' => 0,
'profile_noindex' => 0,
'activation_link_expiry_time' => '',
);
add_filter( 'um_get_tabs_from_config', '__return_true' );