File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pharmacy/public_html/wp-content/plugins/simple-membership/views/account_delete_warning.php
<h2 class="swpm-account-delete-heading">
    <?php _e('Confirm Account Deletion'); ?>
</h2>
<?php if (!empty($msg)) echo '<p>' . $msg . '</p>'; ?>
<p style="color:red;">
    <?php _e('You are about to delete an account. This will delete user data associated with this account. '); ?>
    <?php _e('It will also delete the associated WordPress user account.'); ?>
    <?php _e('(NOTE: for safety, we do not allow deletion of any associated WordPress account with administrator role).'); ?>
</p>
<p style="font-weight: bold;">
<?php _e('To proceed with the deletion process, please enter the current password for this user account.'); ?>
</p>
<form method="post">
    <p><?php _e('Password: '); ?><input name="account_delete_confirm_pass" type="password"></p>
    <p><input type="submit" name="confirm" value="<?php _e('Confirm Account Deletion'); ?>" /> </p>
    <?php wp_nonce_field('swpm_account_delete_confirm', 'account_delete_confirm_nonce'); ?>
</form>