Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: user_can() | Returns whether a particular user has the specified capability. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/load.php: get_current_blog_id() | Retrieve the current site ID. |
wp-includes/link-template.php: user_dashboard_url | Filters the dashboard URL for a user. |
wp-includes/link-template.php: user_admin_url() | Retrieves the URL to the admin area for the current user. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/link-template.php: get_admin_url() | Retrieves the URL to the admin area for a given site. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/user.php: get_blogs_of_user() | Get the sites a user belongs to. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |
wp-includes/ms-functions.php: get_active_blog_for_user() | Get one of a user’s active blogs |