Lost Password

[insert_php]
$checkemailflag = $_GET[‘checkemail’];

if($checkemailflag==’confirm’) {
echo ‘An email has been sent to your email id if the email id/username is valid. Please follow the link given in that email to change password’;
} else {
echo do_shortcode(‘[bbp-lost-pass]’);
}
[/insert_php]