- updated structure for action scheduler;

This commit is contained in:
Mykyta Synelnikov
2024-09-06 15:03:50 +03:00
parent 5385e07a5f
commit 6df83f4f09
9 changed files with 201 additions and 236 deletions
+1
View File
@@ -732,6 +732,7 @@ if ( ! class_exists( 'um\Config' ) ) {
'secure_notify_admins_banned_accounts__interval' => 'instant',
'secure_allowed_redirect_hosts' => '',
'delete_comments' => false,
'enable_action_scheduler' => false,
);
add_filter( 'um_get_tabs_from_config', '__return_true' );