Action hook 'revoke_super_admin'

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

Description

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

Occurrences

Filename Line Number
wp-includes/capabilities.php 1169

Parameters

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

PHP Doc

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