Filters the separator used between login form navigation links.
Parameters
$login_link_separator
string- The separator used between login form navigation links.
Source
$login_link_separator = apply_filters( 'login_link_separator', ' | ' );
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.