From da58fa200d3a8a6d347c1d272a6fc3221a4ab76b Mon Sep 17 00:00:00 2001 From: Yurii Nalivaiko Date: Thu, 26 Sep 2024 18:36:21 +0200 Subject: [PATCH] Removed Action Scheduler setting from global settings --- includes/admin/core/class-admin-settings.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/includes/admin/core/class-admin-settings.php b/includes/admin/core/class-admin-settings.php index af46bd2e..5cf1182f 100644 --- a/includes/admin/core/class-admin-settings.php +++ b/includes/admin/core/class-admin-settings.php @@ -2115,13 +2115,6 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) { 'checkbox_label' => __( 'Enable Gutenberg Blocks', 'ultimate-member' ), 'description' => __( 'Check this box if you would like to use Ultimate Member blocks in Gutenberg editor. Important some themes have the conflicts with Gutenberg editor.', 'ultimate-member' ), ), - array( - 'id' => 'enable_action_scheduler', - 'type' => 'checkbox', - 'label' => __( 'Action Scheduler', 'ultimate-member' ), - 'checkbox_label' => __( 'Enable Action Scheduler', 'ultimate-member' ), - 'description' => __( 'Check this box if you want to use the Ultimate Member action scheduler. By enabling it, certain tasks like sending system emails will be scheduled to run at optimal times, which can help reduce the load on your server', 'ultimate-member' ), - ), $same_page_update, ), ),