Title: Enable auto-approve function
Last modified: November 4, 2022

---

# Enable auto-approve function

 *  Resolved [davidebr90](https://wordpress.org/support/users/davidebr90/)
 * (@davidebr90)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/enable-auto-approve-function/)
 * Hi, I would need registered users to be self-approved by default, and then later
   I can manually disapprove them. How can I enable this condition? Is there any
   line of code that I can modify to enable this self-approval condition for registration?
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Konstantin Obenland](https://wordpress.org/support/users/obenland/)
 * (@obenland)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/enable-auto-approve-function/#post-16166143)
 * Sure, just hook into `user_register` and run `update_user_meta( $id, 'wp-approve-
   user', true );`
 *  Thread Starter [davidebr90](https://wordpress.org/support/users/davidebr90/)
 * (@davidebr90)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/enable-auto-approve-function/#post-16167030)
 * **A thousand thanks** ! you don’t know how much I appreciate your work.
 *  Thread Starter [davidebr90](https://wordpress.org/support/users/davidebr90/)
 * (@davidebr90)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/enable-auto-approve-function/#post-16167288)
 * I would find it very useful if you put a flag in the plugin GUI to activate or
   deactivate this function 🙂 however your hook worked great

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Enable auto-approve function’ is closed to new replies.

 * ![](https://ps.w.org/wp-approve-user/assets/icon-256x256.png?rev=3013178)
 * [WP Approve User](https://wordpress.org/plugins/wp-approve-user/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-approve-user/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-approve-user/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-approve-user/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-approve-user/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-approve-user/reviews/)

## Tags

 * [auto-approve](https://wordpress.org/support/topic-tag/auto-approve/)
 * [new registration](https://wordpress.org/support/topic-tag/new-registration/)

 * 3 replies
 * 2 participants
 * Last reply from: [davidebr90](https://wordpress.org/support/users/davidebr90/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/enable-auto-approve-function/#post-16167288)
 * Status: resolved