-
Paul de Wouters replied to the topic Conflict with my plugin in the forum Third Party Plugins 10 years, 3 months ago
ah, what’s the earliest supported version? Answer: 3.6 or higher
-
Paul de Wouters replied to the topic Conflict with my plugin in the forum Third Party Plugins 10 years, 3 months ago
Referencing ticket: https://buddypress.trac.wordpress.org/ticket/5843
-
Paul de Wouters replied to the topic Conflict with my plugin in the forum Third Party Plugins 10 years, 3 months ago
Hey Paul,
Thanks, I’ll open a trac ticket
-
Paul de Wouters replied to the topic Conflict with my plugin in the forum Third Party Plugins 10 years, 3 months ago
Thanks for your reply.
So, did a little research, and Codex says:The function [
get_current_screen
] returns null if called from the admin_init hook. It should be OK to use in a later hook.So BuddyPress could check whether the
remove_signups_from_user_query
method was called through theadmin_init
hook and return if so:if ( ( doing_action(…
[Read more] -
Paul de Wouters started the topic Conflict with my plugin in the forum Third Party Plugins 10 years, 3 months ago
Hi
I wanted to integrate my plugin with BuddyPress activity stream, but a PHP notice is being thrown when BuddyPress is activated and my plugin is preforming an upgrade routine.
Not the end of the world, but I’d like to understand why, and fix it. I’m totally new to BuddyPress development.
The upgrade code just migrates some user meta to a new…[Read more]
@pauldewouters
Active 1 month, 1 week ago