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
File: wp-includes/capabilities.php
.
View all references
do_action( 'revoked_super_admin', $user_id );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |