1. Home
  2. For Devs
  3. Action
  4. Fire webhook trigger After Successful User Deletion
  1. Home
  2. Plugins
  3. WP Webhooks
  4. For Devs
  5. Action
  6. Fire webhook trigger After Successful User Deletion

Fire webhook trigger After Successful User Deletion

wpwhpro/webhooks/trigger_user_deleted

Description:
This action fires after the WP Webbhooks User Deletion trigger successfully fired.

/**
* Fires after the WP webhooks trigger successfully fired for deleting a user.
*/
do_action( 'wpwhpro/webhooks/trigger_user_deleted', $user_id, $user_data, $response_data );
Updated on December 16, 2019

Was this article helpful?

Related Articles