Codex

Function Reference/wp get cookie login

Contents

Description

This function can be replaced via plugins. If plugins do not redefine these functions, then this will be used instead.

Gets the user cookie login.

This function is deprecated and should no longer be extended as it won't be used anywhere in WordPress. Also, plugins shouldn't use it either.

Usage

<?php wp_get_cookie_login() ?>

Parameters

None.

Return Values

(boolean) 
Always returns false

Examples

Notes

  • This function can be replaced via plugins. If plugins do not redefine these functions, then this will be used instead.
  • This function is deprecated and should no longer be extended as it won't be used anywhere in WordPress. Also, plugins shouldn't use it either.

Change Log

  • Since: 2.0.4
  • Deprecated: 2.5.0

Source File

wp_get_cookie_login() is located in wp-includes/pluggable.php.

Related

See also index of Function Reference and index of Template Tags.