New is_login() function for determining if a page is the login screen

In #19898 the is_login() function was introduced to allow for determining if a page is the login page. The is_login() function determines if the current request is for the WordPress login screen returning true when the current screen matches and false for all other cases. This function will provide a quick and searchable way of … Continue reading New is_login() function for determining if a page is the login screen