Removes a capability from a role.
Parameters
$cap
stringrequired- Capability name.
Source
public function remove_cap( $cap ) {
unset( $this->capabilities[ $cap ] );
wp_roles()->remove_cap( $this->name, $cap );
}
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
From Codex
From Codex, Remove multiple capabilities example