wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_clearcookie › WordPress Function

Since1.5.0
Deprecated2.5.0
wp_clearcookie ( No parameters )
See:
Defined at:
Codex:

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



Source

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