Make user pending
-
Hi, I use “contact form 7 frontend registration” for register users.
“bp registration option” is not compatible and admin approval is not necessary.
I try to add :
update_user_meta( $user_id, '_bprwg_is_moderated', true );
After user is created with wp_insert_user function.
But is seems it is not sufficient.
I have to add an other code ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Make user pending’ is closed to new replies.