• Resolved jscongdon

    (@jscongdon)


    In the backend, next to the Users menu option, I get the icon saying that there are 2 pending users. But when I go to the Users list, the short cut at the top states there are no Pending users and when I filter for pending users there are none.
    I’ve looked through all the users and the status displayed on the users listing does not reflect anyone as pending. I have also looked at everyone’s meta data and none are pending either.
    How do I fix this?

Viewing 1 replies (of 1 total)
  • Thread Starter jscongdon

    (@jscongdon)

    Would also like to add:

    $user_statuses = get_transient( 'new_user_approve_user_statuses_count' );
    echo "<pre>";
    print_r($user_statuses);
    echo "</pre>";

    echoes:
    Array
    (
    [pending] => 2
    [approved] => 75
    [denied] => 3
    )
    I have 8 members that have been denied, and the rest are approved. 85 in total.

Viewing 1 replies (of 1 total)
  • The topic ‘Pending Status Inconsistant’ is closed to new replies.