uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.
/
public_html
/
wp-content
/
plugins
/
charitable
/
templates
/
account
/
forgot-password.php
/
/
<?php /** * The template used to display the forgot password form. Provided here primarily as a way to make it easier to override using theme templates. * * Override this template by copying it to yourtheme/charitable/account/forgot-password.php * * @author Rafe Colton * @package Charitable/Templates/Account * @since 1.4.0 * @version 1.5.0 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * @var Charitable_Forgot_Password_Form */ $form = $view_args['form']; ?> <div class="charitable-forgot-password-form"> <?php /** * @hook charitable_forgot_password_before */ do_action( 'charitable_forgot_password_before' ); ?> <form id="lostpasswordform" class="charitable-form" method="post"> <?php do_action( 'charitable_form_before_fields', $form ); ?> <div class="charitable-form-fields cf"> <?php $form->view()->render() ?> </div><!-- .charitable-form-fields --> <?php do_action( 'charitable_form_after_fields', $form ); ?> <div class="charitable-form-field charitable-submit-field"> <button class="button button-primary lostpassword-button" type="submit"><?php esc_attr_e( 'Reset Password', 'charitable' ) ?></button> </div> </form> <?php /** * @hook charitable_forgot_password_after */ do_action( 'charitable_forgot_password_after' ); ?> </div>
/home/batcwwjx/./public_html/wp-content/plugins/charitable/templates/account/forgot-password.php