apply_filters( 'bp_members_edit_profile_url', string $url , int $user_id , string $scheme )
Filters the user profile URL to point to BuddyPress profile edit.
Description Description
Parameters Parameters
- $url
-
WP profile edit URL.
- $user_id
-
ID of the user.
- $scheme
-
Scheme to use.
Source Source
File: bp-members/bp-members-filters.php
Changelog Changelog
Version | Description |
---|---|
1.5.2 | Introduced. |