wp_set_password

wp_set_password

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('wp_set_password') is found 1 times:

  • /wp-includes/pluggable.php line 2791
    		 *
    		 * @param string $password The plaintext password just set.
    		 * @param int    $user_id  The ID of the user whose password was just set.
    		 */
    		do_action( 'wp_set_password', $password, $user_id );
    	}
    endif;
    
    if ( ! function_exists( 'get_avatar' ) ) :
    	/**
    	 * Retrieves the avatar `<img>` tag for a user, email address, MD5 hash, comment, or post.