Remove Lost Password from WordPress Login Screen Website Manager 13 June, 2022 Knowledge Base Remove Lost Password from WordPress Login Screen Put the Below Code into : functions.php in the CHILD Template for the site function remove_lostpassword_text ( $text ) {if ($text == ‘Lost your password?’){$text = ”;}return $text;}add_filter( ‘gettext’, ‘remove_lostpassword_text’ ); Post navigation Previous Previous post: Protect WordPress Uploads Folder htaccessNext Next post: Replace Migrated WordPress URL’s