HTTP/2 200
server: nginx
date: Thu, 09 Oct 2025 23:19:18 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
vary: accept, content-type
link:
; rel="https://api.w.org/"
link:
; rel="alternate"; title="JSON"; type="application/json"
link: ; rel=shortlink
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
delete_user_form – Hook | Developer.WordPress.org
do_action( ‘delete_user_form’, WP_User $current_user, int[] $user_ids )
Fires at the end of the delete users form prior to the confirm button.
$current_user
WP_UserWP_User object for the current user. $user_ids
int[]Array of IDs for users being deleted.
Version | Description |
---|
4.5.0 | The $user_ids parameter was added. |
4.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.