user_dashboard_url

user_dashboard_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('user_dashboard_url') is found 1 times:

  • /wp-includes/link-template.php line 3986
    	 * @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.0