From b774e466598f45ae291d1ecc53b66ded998830f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Lund?= Date: Fri, 20 Mar 2015 17:44:11 +0100 Subject: [PATCH] add action hook for lostpassword_form Similar to registration form. see file `templates/myaccount/form-login.php`. Will allow additional captcha testing for example. --- templates/myaccount/form-lost-password.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/myaccount/form-lost-password.php b/templates/myaccount/form-lost-password.php index 1a248ad6e14..99efea3cbfb 100644 --- a/templates/myaccount/form-lost-password.php +++ b/templates/myaccount/form-lost-password.php @@ -43,6 +43,8 @@ if ( ! defined( 'ABSPATH' ) ) {
+ +