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.


Parameters

$login_link_separator

(string)The separator used between login form navigation links.


Top ↑

Source

File: wp-login.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
4.9.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.