do_action( 'grant_super_admin', int $user_id )

Fires before the user is granted Super Admin privileges.


Parameters

$user_id

ID of the user that is about to be granted Super Admin privileges.


Source

File: wp-includes/capabilities.php

View on GitHub



Changelog

Changelog
Version Description
3.0.0 Introduced.