wp_clearcookie [ WordPress Function ]
wp_clearcookie ( No parameters )
| See: | |
| Defined at: |
|
Soorgelijke functies: wp_clear_auth_cookie, wp_setcookie, wp_set_auth_cookie, wp_parse_auth_cookie, wp_clear_scheduled_hook
Clears the authentication cookie, logging the user out. This function is deprecated.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/wp clearcookie « WordPress Codex
Description. This function can be replaced via plugins. If plugins do not redefine these functions, then this will be used instead. Clears the authentication cookie, ...
codex.wordpress.org - wp_clearcookie (WordPress Function) - WPSeek.com
WordPress lookup for wp_clearcookie, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - wp-includes/pluggable-deprecated.php source
... 96 endif; 97 98 if ( !function_exists('wp_clearcookie') ) : 99 /** 100 * Clears the ... 107 function wp_clearcookie() { 108 _deprecated_function( __FUNCTION__, ...
phpxref.ftwr.co.uk - /wp-includes/pluggable-deprecated.php source - PHP Cross ...
Jun 1, 2011... 63 64 if ( !function_exists('wp_clearcookie') ) : 65 /** 66 * Clears the authentication cookie, logging the user out. This function is deprecated.
xref.yoast.com