Action hook 'granted_super_admin'

in WP Core File wp-includes/capabilities.php at line 1139

Description

Fires after the user is granted Super Admin privileges.

Occurrences

Filename Line Number
wp-includes/capabilities.php 1139

Parameters

Type Name Description
int $user_id ID of the user that was granted Super Admin privileges.

PHP Doc

/**
		 * 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.
		 */