Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: revoke_super_admin | Fires before the user’s Super Admin privileges are revoked. |
wp-includes/capabilities.php: revoked_super_admin | Fires after the user’s Super Admin privileges are revoked. |
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. |