logout_url
最后更新于:2021-11-27 04:58:29
apply_filters( ‘logout_url’, string $logout_url, string $redirect )
Filters the logout URL.
参数
- $logout_url
-
(string)
The HTML-encoded logout URL.
- $redirect
-
(string)
Path to redirect to on logout.
源文件
文件: gc-includes/general-template.php
View on Trac