Definition:
function wp_get_cookie_login() {}
Gets the user cookie login. This function is deprecated.
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.
Return values
returns:Always returns false
Source code
function wp_get_cookie_login() { _deprecated_function( __FUNCTION__, '2.5' ); return false; }
3697
No comments yet... Be the first to leave a reply!