'; echo esc_attr( $form_title ); echo ''; } ?>
button(array( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped 'type' => 'submit', 'class' => 'btn btn-primary btn-block text-uppercase', 'content' => esc_html__( 'Submit', 'userswp' ), 'name' => 'uwp_reset_submit', )); ?>
alert(array('type'=>'danger','content'=> sprintf( __( 'You can not access this page directly. Follow the password reset link you received in your email. To request new password reset link visit here.', 'userswp' ), esc_url( uwp_get_forgot_page_url() ) ) )); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } ?>