[buddypress-trac] [BuddyPress Trac] #8479: WP User Profile Compatibility
buddypress-trac
noreply at wordpress.org
Thu Jun 3 13:26:32 UTC 2021
#8479: WP User Profile Compatibility
----------------------------+----------------------
Reporter: vanpop | Owner: slaFFik
Type: enhancement | Status: new
Priority: low | Milestone: Up Next
Component: Administration | Version:
Severity: trivial | Resolution:
Keywords: 2nd-opinion |
----------------------------+----------------------
Changes (by imath):
* keywords: => 2nd-opinion
* milestone: Awaiting Review => Up Next
Comment:
Hi thanks for your report.
I believe what you suggest should be made in a more generic way eg:
{{{
<?php
if ( true === apply_filters( 'bp_admin_profile_override_user_admin', false
) ) {
return;
}
}}}
Then any plugin wishing to deal differently with this part of BuddyPress
can do it and not only the WP User Profiles plugin.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8479#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list