revoked_super_admin WordPress Action Hook
The revoked_super_admin hook is called whenever a super admin is removed from the site. This hook can be used to trigger a notification or email to the user that their super admin privileges have been removed.
do_action( 'revoked_super_admin', int $user_id ) #
Fires after the user’s Super Admin privileges are revoked.
Parameters
- $user_id
(int)ID of the user Super Admin privileges were revoked from.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |