apply_filters( 'logout_url', string $logout_url , string $redirect )
Filters the logout URL.
Description Description
Parameters Parameters
- $logout_url
-
(string) The HTML-encoded logout URL.
- $redirect
-
(string) Path to redirect to on logout.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |