apply_filters( 'loginout', string $link )
Filters the HTML output for the Log In/Log Out link.
Parameters Parameters
- $link
-
(string) The HTML link content.
More Information More Information
loginout
filters the HTML output for the Log In/Log Out link generated by the wp_loginout() function.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |