login_link_separator WordPress Filter Hook
The login_link_separator hook is used to specify the text or HTML that should be used to separate the login link from the rest of the links in the header. By default, this hook uses the | character to separate the login link, but this can be changed by specifying a different character or string in the hook.
apply_filters( 'login_link_separator', string $login_link_separator ) #
Filters the separator used between login form navigation links.
Contents
Parameters
- $login_link_separator
(string)The separator used between login form navigation links.
Source
File: wp-login.php
Changelog
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |