edit_profile_url

edit_profile_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('edit_profile_url') is found 1 times:

  • /wp-includes/link-template.php line 4045
    4041
    4042
    4043
    4044
    4045
    4046
    4047
    4048
    4049
    4050
    4051
         * @param int    $user_id The user ID.
         * @param string $scheme  Scheme to give the URL context. Accepts 'http', 'https', 'login',
         *                        'login_post', 'admin', 'relative' or null.
         */
        return apply_filters( 'edit_profile_url', $url, $user_id, $scheme );
    }
     
    /**
     * Returns the canonical URL for a post.
     *
     * When the post is the same as the current requested page the function will handle the

See this hook used in plugins: