Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes. The user would receive an email telling the user he has been denied.

    Thread Starter Pepozzo

    (@pepozzo)

    Thanks! And, in case, is it possible to disable this notification?

    Yes it is possible to disable the deny notification. Add this code to your theme or create a separate plugin.

    remove_action( 'new_user_approve_deny_user', array( pw_new_user_approve(), 'deny_user' ) );

    Good luck.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘E-mail notification to user not approved’ is closed to new replies.