Title: wp-login.php Support
Last modified: August 21, 2016

---

# wp-login.php Support

 *  Resolved [Clarus Dignus](https://wordpress.org/support/users/clarus-dignus/)
 * (@clarus-dignus)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wp-loginphp-support/)
 * I’ve used jQuery to manually add placeholder attributed to the forms in wp-login.
   php.
 * What do I have to do get your plugin to support wp-login.php?
 * [https://wordpress.org/plugins/html5-placeholder-polyfill/](https://wordpress.org/plugins/html5-placeholder-polyfill/)

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

 *  Thread Starter [Clarus Dignus](https://wordpress.org/support/users/clarus-dignus/)
 * (@clarus-dignus)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wp-loginphp-support/#post-5091451)
 * I’ve tried adding:
 *     ```
       add_action( 'login_enqueue_scripts', 'hpp_enqueue_jquery' );
       ```
   
 * …to the end of your PHP function but to no avail.
 * I’ve added the attributes via jQiuery in script document of my own using:
 *     ```
       $('#loginform #user_login').attr( 'placeholder', 'Username' );
       $('#loginform #user_pass').attr( 'placeholder', 'Password' );
       ```
   
 * Not sure if the issue is related to the enqueuing.
 *  Plugin Author [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * (@mcguive7)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wp-loginphp-support/#post-5091617)
 * Hi Clarus,
 * Just fixed this one, thanks for the heads up. v1.2.0 now adds support to the 
   admin and the login screen. The trick is using the `login_enqueue_scripts` hook,
   which fires specifically for enqueueing scripts and styles on the login page.
 * So v1.2.0 includes the following changes:
    – Polyfill support in the admin and
   login screen. – Support for SCRIPT_DEBUG (includes non-minified JS if SCRIPT_DEBUG
   is set to true, for easier debugging).
 * Hope this helps, and let me know if you have any further questions/issues. All
   the best!
    – Mickey
 *  Thread Starter [Clarus Dignus](https://wordpress.org/support/users/clarus-dignus/)
 * (@clarus-dignus)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/wp-loginphp-support/#post-5091752)
 * Apologies. I thought I had already responded to this topic.
 * Thank you for such a swift resolution and explanation of the hook. v1.2.0 indeed
   remedied the required admin/login placeholder support.

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

The topic ‘wp-login.php Support’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/html5-placeholder-polyfill_bfc57d.
   svg)
 * [HTML5 Placeholder Polyfill](https://wordpress.org/plugins/html5-placeholder-polyfill/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/html5-placeholder-polyfill/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/html5-placeholder-polyfill/)
 * [Active Topics](https://wordpress.org/support/plugin/html5-placeholder-polyfill/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/html5-placeholder-polyfill/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/html5-placeholder-polyfill/reviews/)

## Tags

 * [html5](https://wordpress.org/support/topic-tag/html5/)
 * [wp-login.php](https://wordpress.org/support/topic-tag/wp-login-php/)

 * 3 replies
 * 2 participants
 * Last reply from: [Clarus Dignus](https://wordpress.org/support/users/clarus-dignus/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/wp-loginphp-support/#post-5091752)
 * Status: resolved