Viewing 1 replies (of 1 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    I can put it down as a feature request for a UI-based method, but I can’t guarantee any sort of time-frame for it.

    If you’re fine touching on a bit of code and setting up your own UI method, we do have bp_registration_set_moderation_status(); available to set the status. Just need to pass in a user ID, and it’ll set the user to moderated.

    bp_registration_set_moderation_status( $user_id ); # Makes them moderated

    You can also programmatically remove them from moderation with the same function.

    bp_registration_set_moderation_status( $user_id, false ); # Removes from moderation
Viewing 1 replies (of 1 total)
  • The topic ‘Unappove users’ is closed to new replies.