Patch for using unconfirmed with latest user-meta
-
Hi,
it seems that this plugin doesn’t work with the latest user-meta version. Here’s a fix which works for me (not sure about the user_status, in my case, no BP) this is 0 for inactive users.
Line 201:
$sql['where'] = "WHERE u.user_status = 0 AND um.meta_key = 'user_meta_user_status' AND um.meta_value = 'inactive'";
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Patch for using unconfirmed with latest user-meta’ is closed to new replies.