| 1 |
<?php do_action('uwp_template_before', 'register'); ?> |
| 2 |
<div class="uwp-content-wrap"> |
| 3 |
<div class="uwp-registration"> |
| 4 |
<div class="uwp-rf-icon"><i class="fas fa-pencil-alt fa-fw"></i></div> |
| 5 |
<?php do_action('uwp_template_form_title_before', 'register'); ?> |
| 6 |
<h2><?php echo apply_filters('uwp_template_form_title', get_the_title(), 'register'); ?></h2> |
| 7 |
<?php do_action('uwp_template_display_notices', 'register'); ?> |
| 8 |
<form class="uwp-registration-form uwp_form" method="post" enctype="multipart/form-data"> |
| 9 |
<?php do_action('uwp_template_fields', 'register'); ?> |
| 10 |
<?php do_action('uwp_social_fields', 'register'); ?> |
| 11 |
<input name="uwp_register_submit" value="<?php echo __( 'Create Account', 'userswp' ); ?>" type="submit"> |
| 12 |
</form> |
| 13 |
<div class="uwp-login-now"><?php echo __( 'Already a Member?', 'userswp' ); ?> <a rel="nofollow" href="<?php echo uwp_get_login_page_url(); ?>"><?php echo __( 'Login Here', 'userswp' ); ?></a></div> |
| 14 |
</div> |
| 15 |
</div> |
| 16 |
<?php do_action('uwp_template_after', 'register'); ?> |