1. Home
  2. For Devs
  3. Filter
  4. Create User Email Notification
  1. Home
  2. Plugins
  3. WP Webhooks
  4. For Devs
  5. Filter
  6. Create User Email Notification

Create User Email Notification

wpwhpro/run/create_action_user_email_notification

Description:
This filter allows you to deactivate the email notifications for new users. The emails get sent by default to the user with their user data.

Parameter Type Description
true bool True if the user notification emails should be sent. (Default)

/**
* Deactivate the email notifications when a new user is created. This emails normally send a mail with the specified data to the users email that is defined in user_email
*/
apply_filters( 'wpwhpro/run/create_action_user_email_notification', true )

Updated on August 10, 2019

Was this article helpful?

Related Articles