W3cubDocs

/WordPress

do_action( 'remove_user_role', int $user_id, string $role )

Fires immediately after a role as been removed from a user.

Parameters

$user_id

(int) The user ID.

$role

(string) The removed role.

Source

File: wp-includes/class-wp-user.php

View on Trac

Changelog

Version Description
4.3.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/remove_user_role