Filter hook 'logout_url'

in WP Core File wp-includes/general-template.php at line 433

Description

Filters the logout URL.

Occurrences

Filename Line Number
wp-includes/general-template.php 433

Parameters

Type Name Description
string $logout_url The HTML-encoded logout URL.
string $redirect Path to redirect to on logout.

PHP Doc

/**
	 * Filters the logout URL.
	 *
	 * @since 2.8.0
	 *
	 * @param string $logout_url The HTML-encoded logout URL.
	 * @param string $redirect   Path to redirect to on logout.
	 */