Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: grant_super_admin | Fires before the user is granted Super Admin privileges. |
wp-includes/capabilities.php: granted_super_admin | Fires after the user is granted Super Admin privileges. |
wp-includes/pluggable.php: get_userdata() | Retrieve user info by user ID. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: update_site_option() | Updates the value of an option that was already added for the current network. |
wp-includes/option.php: get_site_option() | Retrieve an option value for the current network based on name of option. |