php - wordpress function that can be used as wordpress default lost password functionality -


i creating web service using php of website built in wordpress cms. there wordpress plugin used named "theme login" registration-login.

now want know there function of wordpress through can pass user email address , wordpress lost password functionality?

for login/registration functionlity have included wp-load.php file in webservice.php file can use wordpress user login/register functions in web service.

my code below:

enter image description here

is there function lost password? please guide me this.

thank in advance

you should able send user_login containing username or email-adress via post to
/wp-login.php?action=lostpassword.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -