Plugin Directory

Changeset 3431223


Ignore:
Timestamp:
01/02/2026 06:19:12 PM (3 months ago)
Author:
precisionwp
Message:

1.4.0 small fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • adminease/trunk/includes/Features/UpdatesAndNotifications.php

    r3431183 r3431223  
    213213        ];
    214214       
    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 notification
    227215        $fields['updates-and-notifications']['fields'][] = [
    228216            'type'        => 'switch',
Note: See TracChangeset for help on using the changeset viewer.