Filters the HTML output for the Log In/Log Out link.
Parameters
$link
string- The HTML link content.
Source
echo apply_filters( 'loginout', $link );
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
Filters the HTML output for the Log In/Log Out link.
$link
stringecho apply_filters( 'loginout', $link );
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.