user_dashboard_url

user_dashboard_url

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('user_dashboard_url') is found 1 times:

  • /wp-includes/link-template.php line 4011
    4007
    4008
    4009
    4010
    4011
    4012
    4013
    4014
    4015
    4016
    4017
         * @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