Filters link URL of the header logo above login form.
Parameters
$login_header_urlstring- Login header logo URL.
Source
$login_header_url = apply_filters( 'login_headerurl', $login_header_url );
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |
Filters link URL of the header logo above login form.
$login_header_urlstring$login_header_url = apply_filters( 'login_headerurl', $login_header_url );
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
In the below example the logo’s default link is changed to the site url.