do_action( 'revoked_super_admin', int $user_id )

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


Description


Parameters

$user_id

(int) ID of the user Super Admin privileges were revoked from.


Top ↑

Source

File: wp-includes/capabilities.php

View on Trac


Top ↑

Changelog

Version Description
3.0.0 Introduced.