diff --git a/includes/admin/core/class-admin-settings.php b/includes/admin/core/class-admin-settings.php index a3a090f1..946d97cd 100644 --- a/includes/admin/core/class-admin-settings.php +++ b/includes/admin/core/class-admin-settings.php @@ -3431,18 +3431,22 @@ Blacklist Words: options()->get('bl --- UM Email Configurations --- -Mail appears from: options()->get('mail_from'); if( ! empty( $mail_from ) ){echo UM()->options()->get('mail_from');}else{echo "-";}; echo "\n";?> -Mail appears from address: options()->get('mail_from_addr'); if( ! empty( $mail_from_addr ) ){echo UM()->options()->get('mail_from_addr');}else{echo "-";}; echo "\n";?> -Use HTML for E-mails: info_value( UM()->options()->get('email_html'), 'yesno', true ); ?> -Account Welcome Email: info_value( UM()->options()->get('welcome_email_on'), 'yesno', true ); ?> -Account Activation Email: info_value( UM()->options()->get('checkmail_email_on'), 'yesno', true ); ?> -Pending Review Email: info_value( UM()->options()->get('pending_email_on'), 'yesno', true ); ?> -Account Approved Email: info_value( UM()->options()->get('approved_email_on'), 'yesno', true ); ?> -Account Rejected Email: info_value( UM()->options()->get('rejected_email_on'), 'yesno', true ); ?> -Account Deactivated Email: info_value( UM()->options()->get('inactive_email_on'), 'yesno', true ); ?> -Account Deleted Email: info_value( UM()->options()->get('deletion_email_on'), 'yesno', true ); ?> -Password Reset Email: info_value( UM()->options()->get('resetpw_email_on'), 'yesno', true ); ?> -Password Changed Email: info_value( UM()->options()->get('changedpw_email_on'), 'yesno', true ); ?> +Mail appears from: options()->get( 'mail_from' ); if ( ! empty( $mail_from ) ){ echo UM()->options()->get( 'mail_from' ); } else { echo "-"; }; echo "\n"; ?> +Mail appears from address: options()->get( 'mail_from_addr' ); if ( ! empty( $mail_from_addr ) ) { echo UM()->options()->get( 'mail_from_addr' ); } else { echo "-"; }; echo "\n"; ?> +Use HTML for E-mails: info_value( UM()->options()->get( 'email_html' ), 'yesno', true ); ?> +Account Welcome Email: info_value( UM()->options()->get( 'welcome_email_on' ), 'yesno', true ); ?> +Account Activation Email: info_value( UM()->options()->get( 'checkmail_email_on' ), 'yesno', true ); ?> +Pending Review Email: info_value( UM()->options()->get( 'pending_email_on' ), 'yesno', true ); ?> +Account Approved Email: info_value( UM()->options()->get( 'approved_email_on' ), 'yesno', true ); ?> +Account Rejected Email: info_value( UM()->options()->get( 'rejected_email_on' ), 'yesno', true ); ?> +Account Deactivated Email: info_value( UM()->options()->get( 'inactive_email_on' ), 'yesno', true ); ?> +Account Deleted Email: info_value( UM()->options()->get( 'deletion_email_on' ), 'yesno', true ); ?> +Password Reset Email: info_value( UM()->options()->get( 'resetpw_email_on' ), 'yesno', true ); ?> +Password Changed Email: info_value( UM()->options()->get( 'changedpw_email_on' ), 'yesno', true ); ?> +Account Updated Email: info_value( UM()->options()->get( 'changedaccount_email_on' ), 'yesno', true ); ?> +New User Notification: info_value( UM()->options()->get( 'notification_new_user_on' ), 'yesno', true ); ?> +Account Needs Review Notification: info_value( UM()->options()->get( 'notification_review_on' ), 'yesno', true ); ?> +Account Deletion Notification: info_value( UM()->options()->get( 'notification_deletion_on' ), 'yesno', true ); ?> --- UM Total Users ---