Filters the HTML output for the Log In/Log Out link.
Parameters
$linkstring- 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.
$linkstringecho 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.