BuddyPress-Registration-Options icon indicating copy to clipboard operation
BuddyPress-Registration-Options copied to clipboard

Lost compatibility with BP Better Messages.

Open tw2113 opened this issue 3 years ago • 1 comments

https://wordpress.org/support/topic/not-compatible-with-better-messages-v-2-0/

Uncaught Error: Call to undefined function BP_Better_Messages_Tab() Uncaught Error: Call to undefined function BP_Better_Messages_Hooks()

They probably refactored with version 2.0.0 and no longer use those functions.

Most of that plugin's userbase is still on 1.9 or earlier, so we'd want to do function exists checks before removing outright, and add in newer method to hide as well.

tw2113 avatar Dec 02 '22 15:12 tw2113

See also https://wordpress.org/support/topic/not-compatible-with-better-messages-v-2-0/#post-16318626 in case there's something we can do there.

tw2113 avatar Dec 27 '22 15:12 tw2113