[buddypress-trac] [BuddyPress Trac] #8479: WP User Profile Compatibility
buddypress-trac
noreply at wordpress.org
Sat Oct 23 13:37:53 UTC 2021
#8479: WP User Profile Compatibility
----------------------------+----------------------
Reporter: vanpop | Owner: slaFFik
Type: enhancement | Status: new
Priority: low | Milestone: 10.0.0
Component: Administration | Version: 2.0
Severity: trivial | Resolution:
Keywords: has-patch |
----------------------------+----------------------
Changes (by imath):
* keywords: 2nd-opinion dev-feedback => has-patch
* version: => 2.0
Comment:
Hi @vanpop
Better later than never! Sorry about the delay. I've just attached a patch
about introducing a new filter to disable the BP Admin User's community
profile. You just need to include the code below to remove this community
profile.
{{{
add_filter( 'bp_members_is_community_profile_enabled', '__return_false' );
}}}
As I was working into this area, I've also applied
[https://core.trac.wordpress.org/changeset/39907 WP 3.9 change] about the
Edit User Screen title
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8479#comment:4>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list