Uses
Uses | Description |
---|---|
wp-includes/class-wp-roles.php: WP_Roles::for_site() | Sets the site to operate on. Defaults to the current site. |
wp-includes/capabilities.php: wp_roles() | Retrieves the global WP_Roles instance and instantiates it if necessary. |
wp-includes/pluggable.php: wp_get_current_user() | Retrieve the current user object. |
wp-includes/plugin.php: did_action() | Retrieve the number of times an action is fired. |