Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: get_avatar() | Retrieve the avatar |
wp-includes/pluggable.php: wp_get_current_user() | Retrieve the current user object. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/link-template.php: get_edit_profile_url() | Retrieves the URL to the user’s profile editor. |
wp-includes/link-template.php: get_dashboard_url() | Retrieves the URL to the user’s dashboard. |
wp-includes/class-wp-admin-bar.php: WP_Admin_Bar::add_node() | Adds a node to the menu. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |