Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/capabilities.php | do_action | 1137 | /** * Fires after the user is granted Super Admin privileges. * * @since 3.0.0 * * @param int $user_id ID of the user that was granted Super Admin privileges. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $user_id | ID of the user that was granted Super Admin privileges. |