Parsed: 117515
<?php /** * User API: WP_Role class * * @package WordPress * @subpackage Users * @since 4.4.0 */ #[AllowDynamicProperties] /* class WP_Role */ /* function WP_Role::__construct() – Constructor – Set up object properties. */ /* function WP_Role::add_cap() – Assign role a capability. */ /* function WP_Role::remove_cap() – Removes a capability from a role. */ /* function WP_Role::has_cap() – Determines whether the role has the given capability. */