Changeset 3431223
- Timestamp:
- 01/02/2026 06:19:12 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adminease/trunk/includes/Features/UpdatesAndNotifications.php
r3431183 r3431223 213 213 ]; 214 214 215 $fields['updates-and-notifications']['fields'][] = [216 'type' => 'switch',217 'id' => 'disable-recovery-mode-notification-email',218 'name' => 'adminease[updates-and-notifications][disable_recovery_mode_notification_email]',219 'value' => $this->settings['disable_recovery_mode_notification_email'] ?? false,220 'label_class' => 'adminease-switch',221 'input_class' => 'form-control',222 'label' => __( 'Disable recovery mode notification email', 'adminease' ),223 'description' => __( 'The <strong>Recovery Mode Notification Email</strong> is sent to the site administrator when recovery mode is activated. This email provides details about the activation and includes a link to deactivate recovery mode. This feature helps you <strong>monitor site security</strong> and take immediate action if necessary.', 'adminease' ),224 ];225 226 // disable recovery mode email notification227 215 $fields['updates-and-notifications']['fields'][] = [ 228 216 'type' => 'switch',
Note: See TracChangeset
for help on using the changeset viewer.