Enqueues scripts and styles for the login page.
Source
do_action( 'login_enqueue_scripts' );
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
| CARVIEW |
Enqueues scripts and styles for the login page.
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, on all login and registration related screens.
do_action( 'login_enqueue_scripts' );
| Used by | Description |
|---|---|
login_header()wp-login.php | Outputs the login page header. |
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
From Codex