Lines:
1 to 15 of 15
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Capabilities */ /* class WPSEO_Capability_Utils */ /* function WPSEO_Capability_Utils::current_user_can() – Checks if the user has the proper capabilities. */ /* function WPSEO_Capability_Utils::get_applicable_users() – Retrieves the users that have the specified capability. */ /* function WPSEO_Capability_Utils::get_applicable_roles() – Retrieves the roles that have the specified capability. */ /* function WPSEO_Capability_Utils::has_any() – Checks if the current user has at least one of the supplied capabilities. */ /* function WPSEO_Capability_Utils::has() – Checks if the user has a certain capability. */