do_action( 'login_enqueue_scripts' )
Enqueue scripts and styles for the login page.
More Information More Information
login_enqueue_scripts
is the proper hook to use when enqueuing items that are meant to appear on the login page. Despite the name, it is used for enqueuing both scripts and styles.
Source Source
File: wp-login.php
Changelog Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
From Codex