PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.0.22
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.0.22
1.2.73 1.2.72 1.2.71 1.2.70 1.2.69 1.2.68 1.2.67 1.2.66 1.2.65 1.2.64 1.2.63 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 All 173 releases
userswp / templates / change.php

change.php in UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP 1.0.22, at templates/change.php

15 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php do_action('uwp_template_before', 'change'); ?>
2 <div class="uwp-content-wrap">
3 <div class="uwp-login">
4 <div class="uwp-lf-icon"><i class="fas fa-sync fa-fw"></i></div>
5 <?php do_action('uwp_template_form_title_before', 'change'); ?>
6 <h2><?php echo apply_filters('uwp_template_form_title', get_the_title(), 'change'); ?></h2>
7 <?php do_action('uwp_template_display_notices', 'change'); ?>
8 <form class="uwp-change-form uwp_form" method="post">
9 <?php do_action('uwp_template_fields', 'change'); ?>
10 <input name="uwp_change_submit" value="<?php echo __( 'Submit', 'userswp' ); ?>" type="submit"><br>
11 </form>
12 <div class="uwp-changepsw"><a href="<?php echo uwp_get_page_link('account'); ?>"><?php echo __( 'Account', 'userswp' ); ?></a> <a style="float: right" href="<?php echo uwp_get_page_link('profile'); ?>"><?php echo __( 'Profile', 'userswp' ); ?></a></div>
13 </div>
14 </div>
15 <?php do_action('uwp_template_after', 'change'); ?>