Title: Plugin has no valid Header
Last modified: May 4, 2020

---

# Plugin has no valid Header

 *  Resolved [Beats247](https://wordpress.org/support/users/beats247/)
 * (@beats247)
 * [6 years ago](https://wordpress.org/support/topic/plugin-has-no-valid-header-7/)
 * Hi there,
    I have the latest version of WordPress and WooCoomerce and it gave
   me an error before activation: “The plugin has no valid header”. It worked upon
   activating it on the 2nd attempt though. However, now it crashed the style of
   my theme completely, not only the login form but the whole site… I cannot use
   your plugin like this. Can you help to fix this?
 * Without your plugin: [https://prnt.sc/savy79](https://prnt.sc/savy79)
    With your
   plugin: [https://prnt.sc/savx1n](https://prnt.sc/savx1n)
 * Cheers

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

 *  Thread Starter [Beats247](https://wordpress.org/support/users/beats247/)
 * (@beats247)
 * [6 years ago](https://wordpress.org/support/topic/plugin-has-no-valid-header-7/#post-12780438)
 * PS: I found the custom code from (@joshmyself) that solved this issue.
    I thought
   you implemented this in an update already? Thanks
 *  Thread Starter [Beats247](https://wordpress.org/support/users/beats247/)
 * (@beats247)
 * [6 years ago](https://wordpress.org/support/topic/plugin-has-no-valid-header-7/#post-12784324)
 * Edit: The wp-login.php page’s CSS is still broken.
 *  Plugin Author [Robert Peake](https://wordpress.org/support/users/robertpeake/)
 * (@robertpeake)
 * [6 years ago](https://wordpress.org/support/topic/plugin-has-no-valid-header-7/#post-12803895)
 * Sorry, I’m not sure what you mean by “the custom code from (@joshmyself)” or 
   what’s up with the CSS you mention. We did push a CSS fix today.
 *  Thread Starter [Beats247](https://wordpress.org/support/users/beats247/)
 * (@beats247)
 * [6 years ago](https://wordpress.org/support/topic/plugin-has-no-valid-header-7/#post-12804059)
 * I used this code from a user in your support thread:
 *     ```
       add_filter( 'style_loader_src', function($href){
       if(strpos($href, "login.min.css") !== false) {
       return false;
       }
       return $href;
       });
       ```
   
 * That worked for the front end login but broke the wp.login-php CSS style.
    I 
   just updated your plugin and it works fine now. Thank you!
 *  Plugin Author [Robert Peake](https://wordpress.org/support/users/robertpeake/)
 * (@robertpeake)
 * [6 years ago](https://wordpress.org/support/topic/plugin-has-no-valid-header-7/#post-12804073)
 * Glad to hear and thanks to [@swizzlestick](https://wordpress.org/support/users/swizzlestick/)
   for the fix
 *  Thread Starter [Beats247](https://wordpress.org/support/users/beats247/)
 * (@beats247)
 * [6 years ago](https://wordpress.org/support/topic/plugin-has-no-valid-header-7/#post-12804189)
 * [@robertpeake](https://wordpress.org/support/users/robertpeake/) I just tested
   the registration on my site and it’s possible to register without completing 
   the captcha. The login works fine and you need to complete it. Any thoughts?
 *  Plugin Author [Robert Peake](https://wordpress.org/support/users/robertpeake/)
 * (@robertpeake)
 * [6 years ago](https://wordpress.org/support/topic/plugin-has-no-valid-header-7/#post-12814051)
 * [@beats247](https://wordpress.org/support/users/beats247/) the checking happens
   server-side, so it’s not possible to bypass on a correctly-configured system.
   Check your keys, and check you have the right plugin. Good luck!

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

The topic ‘Plugin has no valid Header’ is closed to new replies.

 * ![](https://ps.w.org/login-recaptcha/assets/icon-256x256.png?rev=1137538)
 * [Login No Captcha reCAPTCHA](https://wordpress.org/plugins/login-recaptcha/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/login-recaptcha/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/login-recaptcha/)
 * [Active Topics](https://wordpress.org/support/plugin/login-recaptcha/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/login-recaptcha/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/login-recaptcha/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Robert Peake](https://wordpress.org/support/users/robertpeake/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/plugin-has-no-valid-header-7/#post-12814051)
 * Status: resolved