REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.73 KB
Close
//home/nshryvcy/blissfulnepal.com/wp-content/plugins/tourmaster/single/user/change-password.php
Text
Base64
<?php echo '<div class="tourmaster-user-content-inner tourmaster-user-content-inner-change-password" >'; tourmaster_get_user_breadcrumb(); // updated data global $tourmaster_updated_status; if( !empty($tourmaster_updated_status) ){ // print error message if( is_wp_error($tourmaster_updated_status) ){ $error_messages = ''; foreach( $tourmaster_updated_status->get_error_messages() as $messages ){ $error_messages .= empty($error_messages)? '': '<br />'; $error_messages .= $messages; } tourmaster_user_update_notification($error_messages, false); // print success status }else{ tourmaster_user_update_notification(esc_html__('Your password has been successfully changed.', 'tourmaster')); } } // edit profile page content $password_fields = array( 'old-password' => array( 'title' => esc_html__('Old Password', 'tourmaster'), 'type' => 'password', 'required' => true ), 'new-password' => array( 'title' => esc_html__('New Password', 'tourmaster'), 'type' => 'password', 'required' => true ), 'confirm-password' => array( 'title' => esc_html__('Confirm Password', 'tourmaster'), 'type' => 'password', 'required' => true ), ); echo '<form class="tourmaster-edit-profile-wrap tourmaster-form-field" method="POST" >'; foreach( $password_fields as $slug => $password_field ){ $password_field['slug'] = $slug; tourmaster_get_form_field($password_field, 'profile'); } echo '<input type="submit" class="tourmaster-edit-profile-submit tourmaster-button" value="' . esc_html__('Update Password', 'tourmaster') . '" />'; wp_nonce_field('tourmaster-change-password', 'security'); echo '</form>'; // tourmaster-edit-profile-wrap echo '</div>'; // tourmaster-user-content-inner ?>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
change-password.php
1.73 KB
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
dashboard.php
2.66 KB
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
edit-profile.php
2.40 KB
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
user-mobile-navigation.php
885 B
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
user-navigation.php
1.74 KB
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
user-update.php
11.33 KB
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).