Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Action Hooks Associated With Password
  5. Action :lostpassword_post

Action :lostpassword_post

Fire while handling sending password retrieval email to customer.

Source

File: /inc/class-wp-travel-user-account.php
Used by: /inc/class-wp-travel-user-account.php

Parameters
$errors

Example:

function prefix_lostpassword_post( $errors ) {
    // Code here.
}
add_action( 'lostpassword_post', 'prefix_lostpassword_post'  );
Was this article helpful to you? Yes No

How can we help?