revoke_super_admin WordPress Action Hook

The revoke_super_admin hook is used to revoke the super admin status of a user. This hook is triggered when a user is removed from the list of super admins in the site settings.

do_action( 'revoke_super_admin', int $user_id ) #

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


Parameters

$user_id

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


Top ↑

Source

File: wp-includes/capabilities.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.