Summery Summery
Retrieve a list of super admins.
Syntax Syntax
Return Return
(array) List of super admin logins
Source Source
File: wp-includes/capabilities.php
if ( ! isset( $wp_roles ) ) {
$wp_roles = new WP_Roles();
}
return $wp_roles;
}
/**
* Retrieve role object.
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |