- delete comments after user deleting

This commit is contained in:
ashubawork
2023-10-03 14:34:59 +03:00
parent 47e97ceb59
commit 30c4ba215b
3 changed files with 18 additions and 1 deletions
+1
View File
@@ -596,6 +596,7 @@ if ( ! class_exists( 'um\Config' ) ) {
'secure_notify_admins_banned_accounts' => false,
'secure_notify_admins_banned_accounts__interval' => 'instant',
'secure_allowed_redirect_hosts' => '',
'delete_comments' => 0,
);
add_filter( 'um_get_tabs_from_config', '__return_true' );