wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_clearcookie › WordPress Function

Seit1.5.0
Veraltet2.5.0
wp_clearcookie ( Keine Parameter )
Siehe:
Definiert in:
Codex:

Clears the authentication cookie, logging the user out. This function is deprecated.



Quellcode

function wp_clearcookie() {
	_deprecated_function( __FUNCTION__, '2.5.0', 'wp_clear_auth_cookie()' );
	wp_clear_auth_cookie();
}