Uses
Uses | Description |
---|---|
wp-includes/load.php: is_user_admin() | Whether the current request is for a user admin screen. |
wp-includes/load.php: is_network_admin() | Whether the current request is for the network administrative interface. |
wp-includes/link-template.php: get_dashboard_url() | Retrieves the URL to the user’s dashboard. |
wp-includes/link-template.php: edit_profile_url | Filters the URL for a user’s profile editor. |
wp-includes/link-template.php: user_admin_url() | Retrieves the URL to the admin area for the current user. |
wp-includes/link-template.php: network_admin_url() | Retrieves the URL to the admin area for the network. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |