logout_url

Advertisement

Summery Summery

Filters the logout URL.

Syntax Syntax

apply_filters( 'logout_url', string $logout_url, string $redirect )

Parameters Parameters

$logout_url

The HTML-encoded logout URL.

$redirect

Path to redirect to on logout.

Source Source

File: wp-includes/general-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply