Title: All customized login code + functionality are gone after update
Last modified: September 19, 2017

---

# All customized login code + functionality are gone after update

 *  Resolved [monitor](https://wordpress.org/support/users/oomskaap/)
 * (@oomskaap)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/all-customized-login-code-functionality-are-gone-after-update/)
 * We use custom login codes in our functions.php, like this:
 *     ```
       function custom_login_headerlink(){
       	$url = bloginfo('url');
       	echo $url;
       }
   
       add_filter('login_headerurl','custom_login_headerlink');
   
       function custom_login_logo() {
       	echo '<style type="text/css">
   
       xxxxxsome css stylesxxxxxxxxx
   
       	</style>';
       }
       add_action('login_head', 'custom_login_logo');
       ```
   
 * After the latest update, none of that works!
    This is terrible, we have an ugly
   wordpress logo there that points to wordpress.org instead of our company logo
   + link.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [gioni](https://wordpress.org/support/users/gioni/)
 * (@gioni)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/all-customized-login-code-functionality-are-gone-after-update/#post-9511490)
 * Hi! I’m aware and I will fix it soon. I’m off the grid now.
 *  [Lucius](https://wordpress.org/support/users/allenraysales/)
 * (@allenraysales)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/all-customized-login-code-functionality-are-gone-after-update/#post-9513339)
 * Hi there,
 * I am looking forward to this solution. I also got this issue after update. Would
   like the solution/fix when it becomes available. Please send notice to me if 
   possible or if login will automatically restore itself once update is complete.
 * Thank you,
 * Allen
 *  Plugin Author [gioni](https://wordpress.org/support/users/gioni/)
 * (@gioni)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/all-customized-login-code-functionality-are-gone-after-update/#post-9536386)
 * Hi! Please install the development version: [http://wpcerber.com/development-version/](http://wpcerber.com/development-version/)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘All customized login code + functionality are gone after update’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-cerber_77a9bf.svg)
 * [WP Cerber Security, Anti-spam & Malware Scan](https://wordpress.org/plugins/wp-cerber/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-cerber/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-cerber/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-cerber/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-cerber/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-cerber/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [gioni](https://wordpress.org/support/users/gioni/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/all-customized-login-code-functionality-are-gone-after-update/#post-9536386)
 * Status: resolved