| [ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
User API: WP_Role class
| File Size: | 103 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
WP_Role:: (4 methods):
__construct()
add_cap()
remove_cap()
has_cap()
| __construct( $role, $capabilities ) X-Ref |
| Constructor - Set up object properties. The list of capabilities must have the key as the name of the capability and the value a boolean of whether it is granted to the role. param: string $role Role name. param: bool[] $capabilities Array of key/value pairs where keys represent a capability name and boolean values since: 2.0.0 |
| add_cap( $cap, $grant = true ) X-Ref |
| Assign role a capability. param: string $cap Capability name. param: bool $grant Whether role has capability privilege. since: 2.0.0 |
| remove_cap( $cap ) X-Ref |
| Removes a capability from a role. param: string $cap Capability name. since: 2.0.0 |
| has_cap( $cap ) X-Ref |
| Determines whether the role has the given capability. param: string $cap Capability name. since: 2.0.0 return: bool Whether the role has the given capability. |
| Generated: Sun Nov 9 01:00:02 2025 | Cross-referenced by PHPXref 0.7.1 |