Opened 14 years ago
Closed 13 years ago
#19559 closed defect (bug) (worksforme)
wp_login_form + is_user_logged_in don't work anymore
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.3 |
| Component: | Users | Keywords: | reporter-feedback |
| Focuses: | Cc: |
Description
I haven't debugged this enough to give you more precise details, however, all frontend login forms (except on standard wp-login.php) output through wp_login_form, do not work anymore, right after upgrade to 3.3
Moreover, correctly logged in user, still isn't recognized, nor with cookies, not by is_user_logged_in
Basic tests have been performed such as flushing cache and cookies, on different browsers and disabling plugins. No difference.
Change History (4)
#2
@
14 years ago
- Keywords reporter-feedback added
Can't reproduce either issue on 3.3 with Twenty Eleven and the 'wp_head' action hook. Does it still occur with the Twenty Eleven theme?
Note: See
TracTickets for help on using
tickets.
Same issue with:
$current_user = wp_get_current_user(); if ( 0 == $current_user->ID ) { // Not logged in. } else { // Logged in. }Are we missing important documentation here, or is it really a bug?