PATH:
home
/
lab2454c
/
aficbgroup.com
/
wp-content
/
plugins
/
ultimate-member
/
templates
<?php /** * Template for the login form * * This template can be overridden by copying it to yourtheme/ultimate-member/templates/login.php * * Page: "Login" * * @version 2.7.0 * * @var string $mode * @var int $form_id * @var array $args */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="um <?php echo esc_attr( $this->get_class( $mode ) ); ?> um-<?php echo esc_attr( $form_id ); ?>"> <div class="um-form"> <form method="post" action="" autocomplete="off"> <?php /** This action is documented in includes/core/um-actions-profile.php */ do_action( 'um_before_form', $args ); /** This action is documented in includes/core/um-actions-profile.php */ do_action( "um_before_{$mode}_fields", $args ); /** This action is documented in includes/core/um-actions-profile.php */ do_action( "um_main_{$mode}_fields", $args ); /** This action is documented in includes/core/um-actions-profile.php */ do_action( 'um_after_form_fields', $args ); /** This action is documented in includes/core/um-actions-profile.php */ do_action( "um_after_{$mode}_fields", $args ); /** This action is documented in includes/core/um-actions-profile.php */ do_action( 'um_after_form', $args ); ?> </form> </div> </div>
[-] members.php
[edit]
[+]
profile
[-] password-change.php
[edit]
[-] restricted-taxonomy.php
[edit]
[-] members-pagination.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] login-to-view.php
[edit]
[-] account.php
[edit]
[-] restricted-blog.php
[edit]
[-] members-list.php
[edit]
[-] profile.php
[edit]
[-] message.php
[edit]
[-] logout.php
[edit]
[-] members-header.php
[edit]
[-] register.php
[edit]
[-] login.php
[edit]
[-] gdpr-register.php
[edit]
[+]
email
[-] members-grid.php
[edit]
[-] password-reset.php
[edit]
[+]
modal