Users meta
-
Hello, what can be a reason that for some users I don’t see meta pw_user_status, but for others I see it? I want to show only users which are approved. I query them all with
$user_query = new WP_User_Query( $args );
then$user_meta = get_user_meta( $user->ID ); $user_meta['pw_user_status'][0];But thing is, some users dont even have
[pw_user_status]Any help on this issue?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Users meta’ is closed to new replies.