grant_super_admin WordPress Action Hook

The grant_super_admin hook is used to programmatically grant a user the Super Admin role in WordPress. This hook is typically used in conjunction with the create_user action hook.

do_action( 'grant_super_admin', int $user_id ) #

Fires before the user is granted Super Admin privileges.


Parameters

$user_id

(int)ID of the user that is about to be granted Super Admin privileges.


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.