Fires after the user’s Super Admin privileges are revoked.
Parameters
$user_idint- ID of the user Super Admin privileges were revoked from.
Source
do_action( 'revoked_super_admin', $user_id );
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
Fires after the user’s Super Admin privileges are revoked.
$user_idintdo_action( 'revoked_super_admin', $user_id );
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.