diff --git a/all-in-one-wp-security/other-includes/wp-security-rename-login-feature-pre-5-2.php b/all-in-one-wp-security/other-includes/wp-security-rename-login-feature-pre-5-2.php index 0c910bf..3d18dda 100644 --- a/all-in-one-wp-security/other-includes/wp-security-rename-login-feature-pre-5-2.php +++ b/all-in-one-wp-security/other-includes/wp-security-rename-login-feature-pre-5-2.php @@ -131,7 +131,7 @@ function login_header( $title = 'Log In', $message = '', $wp_error = '' ) { * * @param string $login_header_title Login header logo title attribute. */ - $login_header_title = apply_filters( 'login_headertitle', $login_header_title ); + $login_header_title = apply_filters( 'login_headertext', $login_header_title ); /* * To match the URL/title set above, Multisite sites have the blog name,