WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about granted_super_admin

Back to home

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.