llms_lostpassword_url()

Returns the url to the lost password endpoint url.


Return Return

(string)


Top ↑

Source Source

File: includes/functions/llms.functions.page.php

function llms_lostpassword_url() {
	return llms_get_endpoint_url( 'lost-password', '', get_permalink( llms_get_page_id( 'myaccount' ) ) );
}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.