Filters the dashboard URL for a user.
$urlstring$user_idint$pathstring$schemestringwp-includes/link-template.php:4010get_dashboard_url() * @param string $url The complete URL including scheme and path. * @param int $user_id The user ID. * @param string $path Path relative to the URL. Blank string if no path is specified. * @param string $scheme Scheme to give the URL context. Accepts 'http', 'https', 'login', * 'login_post', 'admin', 'relative' or null. */ return apply_filters( 'user_dashboard_url', $url, $user_id, $path, $scheme );} /** * Retrieves the URL to the user's profile editor. * * @since 3.1.0Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.