Action hook 'revoked_super_admin'

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

Description

Fires after the user's Super Admin privileges are revoked.

Occurrences

Filename Line Number
wp-includes/capabilities.php 1188

Parameters

Type Name Description
int $user_id ID of the user Super Admin privileges were revoked from.

PHP Doc

/**
			 * Fires after the user's Super Admin privileges are revoked.
			 *
			 * @since 3.0.0
			 *
			 * @param int $user_id ID of the user Super Admin privileges were revoked from.
			 */